Color Hex Logo

#ddc585 Color Hex

#DDC585
(221,197,133)
0 Favorites   0 Comments

Color spaces of #ddc585

RGB 221197133
HSL0.120.560.69
HSV44°40°87°
CMYK 0.000.110.40   0.13
XYZ54.018756.998130.3449
Yxy56.99810.38210.4032
Hunter Lab75.4971-4.401929.0173
CIE-Lab80.1785-0.399035.1863

#ddc585 color RGB value is (221,197,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 10000101
Octal 335 305 205
Decimal 221 197 133
Hex DD C5 85

RGB Percentages of Color #ddc585

%40.11
%35.75
%24.14

CMYK Percentages of Color #ddc585

%0
%11
%40
%13

Triadic Colors of #ddc585

#ddc585 #85ddc5 #c585dd

Analogous Colors of #ddc585

#ddc585 #c9dd85 #dd9985

Monochromatic Colors of #ddc585

#ddc585

Complementary Color

#ddc585 #859ddd

#ddc585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc585 Color CSS Codes

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

#ddc585 Text Font Color

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

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


#ddc585 Background Color

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

This div background color is #ddc585


#ddc585 Border Color

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

This div border color is #ddc585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc585


Comments

No comments written yet.

Please login to write comment.