Color Hex Logo

#ddc58c Color Hex

#DDC58C
(221,197,140)
0 Favorites   0 Comments

Color spaces of #ddc58c

RGB 221197140
HSL0.120.540.71
HSV42°37°87°
CMYK 0.000.110.37   0.13
XYZ54.518757.198132.9778
Yxy57.19810.37680.3953
Hunter Lab75.6294-3.676927.0875
CIE-Lab80.29090.390631.7060

#ddc58c color RGB value is (221,197,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 10001100
Octal 335 305 214
Decimal 221 197 140
Hex DD C5 8C

RGB Percentages of Color #ddc58c

%39.61
%35.30
%25.09

CMYK Percentages of Color #ddc58c

%0
%11
%37
%13

Triadic Colors of #ddc58c

#ddc58c #8cddc5 #c58cdd

Analogous Colors of #ddc58c

#ddc58c #cddd8c #dd9d8c

Monochromatic Colors of #ddc58c

#ddc58c

Complementary Color

#ddc58c #8ca4dd

#ddc58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc58c Color CSS Codes

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

#ddc58c Text Font Color

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

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


#ddc58c Background Color

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

This div background color is #ddc58c


#ddc58c Border Color

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

This div border color is #ddc58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc58c


Comments

No comments written yet.

Please login to write comment.