Color Hex Logo

#dfb064 Color Hex

#DFB064
(223,176,100)
0 Favorites   0 Comments

Color spaces of #dfb064

RGB 223176100
HSL0.100.660.63
HSV37°55°87°
CMYK 0.000.210.55   0.13
XYZ48.257047.658718.7122
Yxy47.65870.42100.4158
Hunter Lab69.03533.963232.2540
CIE-Lab74.60918.324945.0278

#dfb064 color RGB value is (223,176,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01100100
Octal 337 260 144
Decimal 223 176 100
Hex DF B0 64

RGB Percentages of Color #dfb064

%44.69
%35.27
%20.04

CMYK Percentages of Color #dfb064

%0
%21
%55
%13

Triadic Colors of #dfb064

#dfb064 #64dfb0 #b064df

Analogous Colors of #dfb064

#dfb064 #d1df64 #df7364

Monochromatic Colors of #dfb064

#dfb064

Complementary Color

#dfb064 #6493df

#dfb064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb064 Color CSS Codes

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

#dfb064 Text Font Color

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

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


#dfb064 Background Color

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

This div background color is #dfb064


#dfb064 Border Color

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

This div border color is #dfb064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb064


Comments

No comments written yet.

Please login to write comment.