Color Hex Logo

#dddc85 Color Hex

#DDDC85
(221,220,133)
0 Favorites   0 Comments

Color spaces of #dddc85

RGB 221220133
HSL0.160.560.69
HSV59°40°87°
CMYK 0.000.000.40   0.13
XYZ59.645668.252032.2206
Yxy68.25200.37250.4263
Hunter Lab82.6148-15.703734.7066
CIE-Lab86.1323-12.153642.8134

#dddc85 color RGB value is (221,220,133).

#dddc85 hex color red value is 221, green value is 220 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dddc85 hue: 0.16 , saturation: 0.56 and the lightness value of dddc85 is 0.69.

The process color (four color CMYK) of #dddc85 color hex is 0.00, 0.00, 0.40, 0.13. Web safe color of #dddc85 is #cccc99. Color #dddc85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10000101
Octal 335 334 205
Decimal 221 220 133
Hex DD DC 85

RGB Percentages of Color #dddc85

%38.50
%38.33
%23.17

CMYK Percentages of Color #dddc85

%0
%0
%40
%13

Triadic Colors of #dddc85

#dddc85 #85dddc #dc85dd

Analogous Colors of #dddc85

#dddc85 #b2dd85 #ddb085

Monochromatic Colors of #dddc85

#dddc85

Complementary Color

#dddc85 #8586dd

#dddc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc85 Color CSS Codes

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

#dddc85 Text Font Color

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

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


#dddc85 Background Color

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

This div background color is #dddc85


#dddc85 Border Color

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

This div border color is #dddc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc85


Comments

No comments written yet.

Please login to write comment.