Color Hex Logo

#dfb866 Color Hex

#DFB866
(223,184,102)
0 Favorites   0 Comments

Color spaces of #dfb866

RGB 223184102
HSL0.110.650.64
HSV41°54°87°
CMYK 0.000.170.54   0.13
XYZ49.970250.928319.7668
Yxy50.92830.41410.4221
Hunter Lab71.36410.101333.5324
CIE-Lab76.63564.255946.4707

#dfb866 color RGB value is (223,184,102).

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

The process color (four color CMYK) of #dfb866 color hex is 0.00, 0.17, 0.54, 0.13. Web safe color of #dfb866 is #cccc66. Color #dfb866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01100110
Octal 337 270 146
Decimal 223 184 102
Hex DF B8 66

RGB Percentages of Color #dfb866

%43.81
%36.15
%20.04

CMYK Percentages of Color #dfb866

%0
%17
%54
%13

Triadic Colors of #dfb866

#dfb866 #66dfb8 #b866df

Analogous Colors of #dfb866

#dfb866 #cadf66 #df7c66

Monochromatic Colors of #dfb866

#dfb866

Complementary Color

#dfb866 #668ddf

#dfb866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb866 Color CSS Codes

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

#dfb866 Text Font Color

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

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


#dfb866 Background Color

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

This div background color is #dfb866


#dfb866 Border Color

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

This div border color is #dfb866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb866


Comments

No comments written yet.

Please login to write comment.