Color Hex Logo

#dfb266 Color Hex

#DFB266
(223,178,102)
0 Favorites   0 Comments

Color spaces of #dfb266

RGB 223178102
HSL0.100.650.64
HSV38°54°87°
CMYK 0.000.200.54   0.13
XYZ48.750148.488119.3601
Yxy48.48810.41810.4159
Hunter Lab69.63343.108832.2590
CIE-Lab75.13187.426344.6600

#dfb266 color RGB value is (223,178,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01100110
Octal 337 262 146
Decimal 223 178 102
Hex DF B2 66

RGB Percentages of Color #dfb266

%44.33
%35.39
%20.28

CMYK Percentages of Color #dfb266

%0
%20
%54
%13

Triadic Colors of #dfb266

#dfb266 #66dfb2 #b266df

Analogous Colors of #dfb266

#dfb266 #d0df66 #df7666

Monochromatic Colors of #dfb266

#dfb266

Complementary Color

#dfb266 #6693df

#dfb266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb266 Color CSS Codes

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

#dfb266 Text Font Color

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

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


#dfb266 Background Color

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

This div background color is #dfb266


#dfb266 Border Color

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

This div border color is #dfb266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb266


Comments

No comments written yet.

Please login to write comment.