Color Hex Logo

#ddcd88 Color Hex

#DDCD88
(221,205,136)
0 Favorites   0 Comments

Color spaces of #ddcd88

RGB 221205136
HSL0.140.560.70
HSV49°38°87°
CMYK 0.000.070.38   0.13
XYZ56.094060.812432.0740
Yxy60.81240.37650.4082
Hunter Lab77.9823-8.070930.2017
CIE-Lab82.2778-4.210336.3701

#ddcd88 color RGB value is (221,205,136).

#ddcd88 hex color red value is 221, green value is 205 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ddcd88 hue: 0.14 , saturation: 0.56 and the lightness value of ddcd88 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 10001000
Octal 335 315 210
Decimal 221 205 136
Hex DD CD 88

RGB Percentages of Color #ddcd88

%39.32
%36.48
%24.20

CMYK Percentages of Color #ddcd88

%0
%7
%38
%13

Triadic Colors of #ddcd88

#ddcd88 #88ddcd #cd88dd

Analogous Colors of #ddcd88

#ddcd88 #c3dd88 #dda388

Monochromatic Colors of #ddcd88

#ddcd88

Complementary Color

#ddcd88 #8898dd

#ddcd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd88 Color CSS Codes

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

#ddcd88 Text Font Color

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

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


#ddcd88 Background Color

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

This div background color is #ddcd88


#ddcd88 Border Color

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

This div border color is #ddcd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd88


Comments

No comments written yet.

Please login to write comment.