Color Hex Logo

#dfbd66 Color Hex

#DFBD66
(223,189,102)
0 Favorites   0 Comments

Color spaces of #dfbd66

RGB 223189102
HSL0.120.650.64
HSV43°54°87°
CMYK 0.000.150.54   0.13
XYZ51.027353.042520.1192
Yxy53.04250.41090.4271
Hunter Lab72.8303-2.390034.6025
CIE-Lab77.90011.631147.9819

#dfbd66 color RGB value is (223,189,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01100110
Octal 337 275 146
Decimal 223 189 102
Hex DF BD 66

RGB Percentages of Color #dfbd66

%43.39
%36.77
%19.84

CMYK Percentages of Color #dfbd66

%0
%15
%54
%13

Triadic Colors of #dfbd66

#dfbd66 #66dfbd #bd66df

Analogous Colors of #dfbd66

#dfbd66 #c5df66 #df8166

Monochromatic Colors of #dfbd66

#dfbd66

Complementary Color

#dfbd66 #6688df

#dfbd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd66 Color CSS Codes

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

#dfbd66 Text Font Color

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

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


#dfbd66 Background Color

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

This div background color is #dfbd66


#dfbd66 Border Color

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

This div border color is #dfbd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd66


Comments

No comments written yet.

Please login to write comment.