Color Hex Logo

#dfb16c Color Hex

#DFB16C
(223,177,108)
0 Favorites   0 Comments

Color spaces of #dfb16c

RGB 223177108
HSL0.100.640.65
HSV36°52°87°
CMYK 0.000.210.52   0.13
XYZ48.860348.215020.9186
Yxy48.21500.41410.4086
Hunter Lab69.43704.089230.7442
CIE-Lab74.96038.466541.4242

#dfb16c color RGB value is (223,177,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01101100
Octal 337 261 154
Decimal 223 177 108
Hex DF B1 6C

RGB Percentages of Color #dfb16c

%43.90
%34.84
%21.26

CMYK Percentages of Color #dfb16c

%0
%21
%52
%13

Triadic Colors of #dfb16c

#dfb16c #6cdfb1 #b16cdf

Analogous Colors of #dfb16c

#dfb16c #d4df6c #df786c

Monochromatic Colors of #dfb16c

#dfb16c

Complementary Color

#dfb16c #6c9adf

#dfb16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb16c Color CSS Codes

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

#dfb16c Text Font Color

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

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


#dfb16c Background Color

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

This div background color is #dfb16c


#dfb16c Border Color

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

This div border color is #dfb16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb16c


Comments

No comments written yet.

Please login to write comment.