Color Hex Logo

#dfb164 Color Hex

#DFB164
(223,177,100)
0 Favorites   0 Comments

Color spaces of #dfb164

RGB 223177100
HSL0.100.660.63
HSV38°55°87°
CMYK 0.000.210.55   0.13
XYZ48.453848.052418.7778
Yxy48.05240.42030.4168
Hunter Lab69.31983.459832.4630
CIE-Lab74.85807.793945.3270

#dfb164 color RGB value is (223,177,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01100100
Octal 337 261 144
Decimal 223 177 100
Hex DF B1 64

RGB Percentages of Color #dfb164

%44.60
%35.40
%20.00

CMYK Percentages of Color #dfb164

%0
%21
%55
%13

Triadic Colors of #dfb164

#dfb164 #64dfb1 #b164df

Analogous Colors of #dfb164

#dfb164 #d0df64 #df7464

Monochromatic Colors of #dfb164

#dfb164

Complementary Color

#dfb164 #6492df

#dfb164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb164 Color CSS Codes

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

#dfb164 Text Font Color

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

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


#dfb164 Background Color

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

This div background color is #dfb164


#dfb164 Border Color

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

This div border color is #dfb164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb164


Comments

No comments written yet.

Please login to write comment.