Color Hex Logo

#dfb16b Color Hex

#DFB16B
(223,177,107)
0 Favorites   0 Comments

Color spaces of #dfb16b

RGB 223177107
HSL0.100.640.65
HSV36°52°87°
CMYK 0.000.210.52   0.13
XYZ48.807448.193820.6398
Yxy48.19380.41490.4097
Hunter Lab69.42184.007530.9677
CIE-Lab74.94708.379441.9162

#dfb16b color RGB value is (223,177,107).

#dfb16b hex color red value is 223, green value is 177 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dfb16b hue: 0.10 , saturation: 0.64 and the lightness value of dfb16b is 0.65.

The process color (four color CMYK) of #dfb16b color hex is 0.00, 0.21, 0.52, 0.13. Web safe color of #dfb16b is #cc9966. Color #dfb16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01101011
Octal 337 261 153
Decimal 223 177 107
Hex DF B1 6B

RGB Percentages of Color #dfb16b

%43.98
%34.91
%21.10

CMYK Percentages of Color #dfb16b

%0
%21
%52
%13

Triadic Colors of #dfb16b

#dfb16b #6bdfb1 #b16bdf

Analogous Colors of #dfb16b

#dfb16b #d3df6b #df776b

Monochromatic Colors of #dfb16b

#dfb16b

Complementary Color

#dfb16b #6b99df

#dfb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb16b Color CSS Codes

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

#dfb16b Text Font Color

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

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


#dfb16b Background Color

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

This div background color is #dfb16b


#dfb16b Border Color

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

This div border color is #dfb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb16b


Comments

No comments written yet.

Please login to write comment.