Color Hex Logo

#dfb14b Color Hex

#DFB14B
(223,177,75)
0 Favorites   0 Comments

Color spaces of #dfb14b

RGB 22317775
HSL0.110.700.58
HSV41°66°87°
CMYK 0.000.210.66   0.13
XYZ47.423647.640313.3526
Yxy47.64030.43740.4394
Hunter Lab69.02201.855436.8455
CIE-Lab74.59756.065656.8379

#dfb14b color RGB value is (223,177,75).

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

The process color (four color CMYK) of #dfb14b color hex is 0.00, 0.21, 0.66, 0.13. Web safe color of #dfb14b is #cc9933. Color #dfb14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01001011
Octal 337 261 113
Decimal 223 177 75
Hex DF B1 4B

RGB Percentages of Color #dfb14b

%46.95
%37.26
%15.79

CMYK Percentages of Color #dfb14b

%0
%21
%66
%13

Triadic Colors of #dfb14b

#dfb14b #4bdfb1 #b14bdf

Analogous Colors of #dfb14b

#dfb14b #c3df4b #df674b

Monochromatic Colors of #dfb14b

#dfb14b

Complementary Color

#dfb14b #4b79df

#dfb14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb14b Color CSS Codes

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

#dfb14b Text Font Color

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

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


#dfb14b Background Color

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

This div background color is #dfb14b


#dfb14b Border Color

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

This div border color is #dfb14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb14b


Comments

No comments written yet.

Please login to write comment.