Color Hex Logo

#ddb66f Color Hex

#DDB66F
(221,182,111)
0 Favorites   0 Comments

Color spaces of #ddb66f

RGB 221182111
HSL0.110.620.65
HSV39°50°87°
CMYK 0.000.180.50   0.13
XYZ49.416049.975722.0807
Yxy49.97570.40680.4114
Hunter Lab70.69351.061030.9666
CIE-Lab76.05435.263741.2118

#ddb66f color RGB value is (221,182,111).

#ddb66f hex color red value is 221, green value is 182 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddb66f hue: 0.11 , saturation: 0.62 and the lightness value of ddb66f is 0.65.

The process color (four color CMYK) of #ddb66f color hex is 0.00, 0.18, 0.50, 0.13. Web safe color of #ddb66f is #cccc66. Color #ddb66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01101111
Octal 335 266 157
Decimal 221 182 111
Hex DD B6 6F

RGB Percentages of Color #ddb66f

%43.00
%35.41
%21.60

CMYK Percentages of Color #ddb66f

%0
%18
%50
%13

Triadic Colors of #ddb66f

#ddb66f #6fddb6 #b66fdd

Analogous Colors of #ddb66f

#ddb66f #cddd6f #dd7f6f

Monochromatic Colors of #ddb66f

#ddb66f

Complementary Color

#ddb66f #6f96dd

#ddb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb66f Color CSS Codes

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

#ddb66f Text Font Color

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

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


#ddb66f Background Color

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

This div background color is #ddb66f


#ddb66f Border Color

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

This div border color is #ddb66f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,182,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb66f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb66f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb66f;
  box-shadow:         1px 1px 3px 2px #ddb66f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,182,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb66f


Comments

No comments written yet.

Please login to write comment.