Color Hex Logo

#dfbc66 Color Hex

#DFBC66
(223,188,102)
0 Favorites   0 Comments

Color spaces of #dfbc66

RGB 223188102
HSL0.120.650.64
HSV43°54°87°
CMYK 0.000.160.54   0.13
XYZ50.812952.613720.0477
Yxy52.61370.41150.4261
Hunter Lab72.5353-1.892834.3878
CIE-Lab77.64642.154847.6795

#dfbc66 color RGB value is (223,188,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 01100110
Octal 337 274 146
Decimal 223 188 102
Hex DF BC 66

RGB Percentages of Color #dfbc66

%43.47
%36.65
%19.88

CMYK Percentages of Color #dfbc66

%0
%16
%54
%13

Triadic Colors of #dfbc66

#dfbc66 #66dfbc #bc66df

Analogous Colors of #dfbc66

#dfbc66 #c6df66 #df8066

Monochromatic Colors of #dfbc66

#dfbc66

Complementary Color

#dfbc66 #6689df

#dfbc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc66 Color CSS Codes

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

#dfbc66 Text Font Color

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

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


#dfbc66 Background Color

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

This div background color is #dfbc66


#dfbc66 Border Color

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

This div border color is #dfbc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc66


Comments

No comments written yet.

Please login to write comment.