Color Hex Logo

#ddd966 Color Hex

#DDD966
(221,217,102)
0 Favorites   0 Comments

Color spaces of #ddd966

RGB 221217102
HSL0.160.640.63
HSV58°54°87°
CMYK 0.000.020.54   0.13
XYZ57.029965.957222.2956
Yxy65.95720.39250.4540
Hunter Lab81.2140-16.778840.5730
CIE-Lab84.9746-13.514756.2115

#ddd966 color RGB value is (221,217,102).

#ddd966 hex color red value is 221, green value is 217 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ddd966 hue: 0.16 , saturation: 0.64 and the lightness value of ddd966 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 01100110
Octal 335 331 146
Decimal 221 217 102
Hex DD D9 66

RGB Percentages of Color #ddd966

%40.93
%40.19
%18.89

CMYK Percentages of Color #ddd966

%0
%2
%54
%13

Triadic Colors of #ddd966

#ddd966 #66ddd9 #d966dd

Analogous Colors of #ddd966

#ddd966 #a6dd66 #dd9e66

Monochromatic Colors of #ddd966

#ddd966

Complementary Color

#ddd966 #666add

#ddd966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd966 Color CSS Codes

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

#ddd966 Text Font Color

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

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


#ddd966 Background Color

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

This div background color is #ddd966


#ddd966 Border Color

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

This div border color is #ddd966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd966


Comments

No comments written yet.

Please login to write comment.