color codes Logo

#dfbf4d color codes

#DFBF4D
(223,191,77)
0 Favorites   0 Comments

Color spaces of #dfbf4d

RGB 22319177
HSL0.130.700.59
HSV47°65°87°
CMYK 0.000.140.65   0.13
XYZ50.401853.485414.6884
Yxy53.48540.42510.4511
Hunter Lab73.1337-4.966639.2856
CIE-Lab78.1607-1.159559.7726

#dfbf4d color RGB value is (223,191,77).

#dfbf4d hex color red value is 223, green value is 191 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dfbf4d hue: 0.13 , saturation: 0.70 and the lightness value of dfbf4d is 0.59.

The process color (four color CMYK) of #dfbf4d color code is 0.00, 0.14, 0.65, 0.13. Web safe color of #dfbf4d is #cccc66. Color #dfbf4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 01001101
Octal 337 277 115
Decimal 223 191 77
Hex DF BF 4D

RGB Percentages of Color #dfbf4d

%45.42
%38.90
%15.68

CMYK Percentages of Color #dfbf4d

%0
%14
%65
%13

Triadic Colors of #dfbf4d

#dfbf4d #4ddfbf #bf4ddf

Analogous Colors of #dfbf4d

#dfbf4d #b6df4d #df764d

Monochromatic Colors of #dfbf4d

#dfbf4d

Complementary Color

#dfbf4d #4d6ddf

#dfbf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf4d Color CSS Codes

.mybgcolor {background-color:#dfbf4d; } 
.myforecolor {color:#dfbf4d; }
.mybordercolor {border:3px solid #dfbf4d; }

#dfbf4d Text Font Color

<p style="color:#dfbf4d">Text here</p>

This sample text font color is #dfbf4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfbf4d Background Color

<div style="background-color:#dfbf4d">
Div content here</div>

This div background color is #dfbf4d


#dfbf4d Border Color

<div style="border:3px solid #dfbf4d">
Div here</div>

This div border color is #dfbf4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,191,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfbf4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfbf4d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfbf4d;
  box-shadow:         1px 1px 3px 2px #dfbf4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,191,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfbf4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbf4d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfbf4d;
  box-shadow:         1px 1px 3px 2px #dfbf4d;">
Div content here</div>

This div box has shadow with color #dfbf4d


Comments

No comments written yet.

Please login to write comment.