Color Hex Logo

#dfb066 Color Hex

#DFB066
(223,176,102)
0 Favorites   0 Comments

Color spaces of #dfb066

RGB 223176102
HSL0.100.650.64
HSV37°54°87°
CMYK 0.000.210.54   0.13
XYZ48.355047.698019.2284
Yxy47.69800.41950.4138
Hunter Lab69.06374.115331.8374
CIE-Lab74.63408.487444.0575

#dfb066 color RGB value is (223,176,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01100110
Octal 337 260 146
Decimal 223 176 102
Hex DF B0 66

RGB Percentages of Color #dfb066

%44.51
%35.13
%20.36

CMYK Percentages of Color #dfb066

%0
%21
%54
%13

Triadic Colors of #dfb066

#dfb066 #66dfb0 #b066df

Analogous Colors of #dfb066

#dfb066 #d2df66 #df7466

Monochromatic Colors of #dfb066

#dfb066

Complementary Color

#dfb066 #6695df

#dfb066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb066 Color CSS Codes

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

#dfb066 Text Font Color

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

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


#dfb066 Background Color

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

This div background color is #dfb066


#dfb066 Border Color

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

This div border color is #dfb066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb066


Comments

No comments written yet.

Please login to write comment.