Color Hex Logo

#dfb34b Color Hex

#DFB34B
(223,179,75)
0 Favorites   0 Comments

Color spaces of #dfb34b

RGB 22317975
HSL0.120.700.58
HSV42°66°87°
CMYK 0.000.200.66   0.13
XYZ47.821548.436213.4853
Yxy48.43620.43580.4414
Hunter Lab69.59610.859337.2290
CIE-Lab75.09925.009057.3749

#dfb34b color RGB value is (223,179,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01001011
Octal 337 263 113
Decimal 223 179 75
Hex DF B3 4B

RGB Percentages of Color #dfb34b

%46.75
%37.53
%15.72

CMYK Percentages of Color #dfb34b

%0
%20
%66
%13

Triadic Colors of #dfb34b

#dfb34b #4bdfb3 #b34bdf

Analogous Colors of #dfb34b

#dfb34b #c1df4b #df694b

Monochromatic Colors of #dfb34b

#dfb34b

Complementary Color

#dfb34b #4b77df

#dfb34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb34b Color CSS Codes

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

#dfb34b Text Font Color

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

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


#dfb34b Background Color

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

This div background color is #dfb34b


#dfb34b Border Color

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

This div border color is #dfb34b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,179,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 #dfb34b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb34b


Comments

No comments written yet.

Please login to write comment.