Color Hex Logo

#ddcd3c Color Hex

#DDCD3C
(221,205,60)
0 Favorites   0 Comments

Color spaces of #ddcd3c

RGB 22120560
HSL0.150.700.55
HSV54°73°87°
CMYK 0.000.070.73   0.13
XYZ52.465759.361012.9676
Yxy59.36100.42040.4757
Hunter Lab77.0461-13.278443.9532
CIE-Lab81.4896-10.057969.6852

#ddcd3c color RGB value is (221,205,60).

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

The process color (four color CMYK) of #ddcd3c color hex is 0.00, 0.07, 0.73, 0.13. Web safe color of #ddcd3c is #cccc33. Color #ddcd3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 00111100
Octal 335 315 74
Decimal 221 205 60
Hex DD CD 3C

RGB Percentages of Color #ddcd3c

%45.47
%42.18
%12.35

CMYK Percentages of Color #ddcd3c

%0
%7
%73
%13

Triadic Colors of #ddcd3c

#ddcd3c #3cddcd #cd3cdd

Analogous Colors of #ddcd3c

#ddcd3c #9ddd3c #dd7d3c

Monochromatic Colors of #ddcd3c

#ddcd3c

Complementary Color

#ddcd3c #3c4cdd

#ddcd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd3c Color CSS Codes

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

#ddcd3c Text Font Color

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

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


#ddcd3c Background Color

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

This div background color is #ddcd3c


#ddcd3c Border Color

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

This div border color is #ddcd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd3c


Comments

No comments written yet.

Please login to write comment.