Color Hex Logo

#ddc487 Color Hex

#DDC487
(221,196,135)
0 Favorites   0 Comments

Color spaces of #ddc487

RGB 221196135
HSL0.120.560.70
HSV43°39°87°
CMYK 0.000.110.39   0.13
XYZ53.931956.601331.0043
Yxy56.60130.38100.3999
Hunter Lab75.2338-3.700228.2299
CIE-Lab79.95480.343333.8611

#ddc487 color RGB value is (221,196,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 10000111
Octal 335 304 207
Decimal 221 196 135
Hex DD C4 87

RGB Percentages of Color #ddc487

%40.04
%35.51
%24.46

CMYK Percentages of Color #ddc487

%0
%11
%39
%13

Triadic Colors of #ddc487

#ddc487 #87ddc4 #c487dd

Analogous Colors of #ddc487

#ddc487 #cbdd87 #dd9987

Monochromatic Colors of #ddc487

#ddc487

Complementary Color

#ddc487 #87a0dd

#ddc487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc487 Color CSS Codes

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

#ddc487 Text Font Color

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

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


#ddc487 Background Color

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

This div background color is #ddc487


#ddc487 Border Color

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

This div border color is #ddc487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc487


Comments

No comments written yet.

Please login to write comment.