Color Hex Logo

#ddd66f Color Hex

#DDD66F
(221,214,111)
0 Favorites   0 Comments

Color spaces of #ddd66f

RGB 221214111
HSL0.160.620.65
HSV56°50°87°
CMYK 0.000.030.50   0.13
XYZ56.734664.613024.5202
Yxy64.61300.38890.4430
Hunter Lab80.3822-14.681738.1814
CIE-Lab84.2839-11.266951.2237

#ddd66f color RGB value is (221,214,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 01101111
Octal 335 326 157
Decimal 221 214 111
Hex DD D6 6F

RGB Percentages of Color #ddd66f

%40.48
%39.19
%20.33

CMYK Percentages of Color #ddd66f

%0
%3
%50
%13

Triadic Colors of #ddd66f

#ddd66f #6fddd6 #d66fdd

Analogous Colors of #ddd66f

#ddd66f #addd6f #dd9f6f

Monochromatic Colors of #ddd66f

#ddd66f

Complementary Color

#ddd66f #6f76dd

#ddd66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd66f Color CSS Codes

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

#ddd66f Text Font Color

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

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


#ddd66f Background Color

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

This div background color is #ddd66f


#ddd66f Border Color

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

This div border color is #ddd66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd66f


Comments

No comments written yet.

Please login to write comment.