Color Hex Logo

#ddcd3f Color Hex

#DDCD3F
(221,205,63)
0 Favorites   0 Comments

Color spaces of #ddcd3f

RGB 22120563
HSL0.150.700.56
HSV54°71°87°
CMYK 0.000.070.71   0.13
XYZ52.547359.393713.3972
Yxy59.39370.41920.4739
Hunter Lab77.0673-13.160043.6403
CIE-Lab81.5075-9.922668.6413

#ddcd3f color RGB value is (221,205,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 00111111
Octal 335 315 77
Decimal 221 205 63
Hex DD CD 3F

RGB Percentages of Color #ddcd3f

%45.19
%41.92
%12.88

CMYK Percentages of Color #ddcd3f

%0
%7
%71
%13

Triadic Colors of #ddcd3f

#ddcd3f #3fddcd #cd3fdd

Analogous Colors of #ddcd3f

#ddcd3f #9edd3f #dd7e3f

Monochromatic Colors of #ddcd3f

#ddcd3f

Complementary Color

#ddcd3f #3f4fdd

#ddcd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd3f Color CSS Codes

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

#ddcd3f Text Font Color

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

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


#ddcd3f Background Color

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

This div background color is #ddcd3f


#ddcd3f Border Color

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

This div border color is #ddcd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd3f


Comments

No comments written yet.

Please login to write comment.