Color Hex Logo

#dddc6c Color Hex

#DDDC6C
(221,220,108)
0 Favorites   0 Comments

Color spaces of #dddc6c

RGB 221220108
HSL0.170.620.65
HSV59°51°87°
CMYK 0.000.000.51   0.13
XYZ58.118867.641324.1802
Yxy67.64130.38760.4511
Hunter Lab82.2443-17.788740.1395
CIE-Lab85.8268-14.520854.4488

#dddc6c color RGB value is (221,220,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 01101100
Octal 335 334 154
Decimal 221 220 108
Hex DD DC 6C

RGB Percentages of Color #dddc6c

%40.26
%40.07
%19.67

CMYK Percentages of Color #dddc6c

%0
%0
%51
%13

Triadic Colors of #dddc6c

#dddc6c #6cdddc #dc6cdd

Analogous Colors of #dddc6c

#dddc6c #a6dd6c #dda46c

Monochromatic Colors of #dddc6c

#dddc6c

Complementary Color

#dddc6c #6c6ddd

#dddc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc6c Color CSS Codes

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

#dddc6c Text Font Color

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

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


#dddc6c Background Color

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

This div background color is #dddc6c


#dddc6c Border Color

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

This div border color is #dddc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc6c


Comments

No comments written yet.

Please login to write comment.