Color Hex Logo

#dfb94b Color Hex

#DFB94B
(223,185,75)
0 Favorites   0 Comments

Color spaces of #dfb94b

RGB 22318575
HSL0.120.700.58
HSV45°66°87°
CMYK 0.000.170.66   0.13
XYZ49.050450.893913.8949
Yxy50.89390.43090.4471
Hunter Lab71.3400-2.115738.3900
CIE-Lab76.61471.854558.9885

#dfb94b color RGB value is (223,185,75).

#dfb94b hex color red value is 223, green value is 185 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dfb94b hue: 0.12 , saturation: 0.70 and the lightness value of dfb94b is 0.58.

The process color (four color CMYK) of #dfb94b color hex is 0.00, 0.17, 0.66, 0.13. Web safe color of #dfb94b is #cccc33. Color #dfb94b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01001011
Octal 337 271 113
Decimal 223 185 75
Hex DF B9 4B

RGB Percentages of Color #dfb94b

%46.17
%38.30
%15.53

CMYK Percentages of Color #dfb94b

%0
%17
%66
%13

Triadic Colors of #dfb94b

#dfb94b #4bdfb9 #b94bdf

Analogous Colors of #dfb94b

#dfb94b #bbdf4b #df6f4b

Monochromatic Colors of #dfb94b

#dfb94b

Complementary Color

#dfb94b #4b71df

#dfb94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb94b Color CSS Codes

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

#dfb94b Text Font Color

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

This sample text font color is #dfb94b
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.


#dfb94b Background Color

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

This div background color is #dfb94b


#dfb94b Border Color

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

This div border color is #dfb94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb94b


Comments

No comments written yet.

Please login to write comment.