color codes Logo

#ddcd39 color codes

#DDCD39
(221,205,57)
0 Favorites   0 Comments

Color spaces of #ddcd39

RGB 22120557
HSL0.150.710.55
HSV54°74°87°
CMYK 0.000.070.74   0.13
XYZ52.388659.330212.5616
Yxy59.33020.42150.4774
Hunter Lab77.0261-13.390544.2491
CIE-Lab81.4728-10.186370.6940

#ddcd39 color RGB value is (221,205,57).

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

The process color (four color CMYK) of #ddcd39 color code is 0.00, 0.07, 0.74, 0.13. Web safe color of #ddcd39 is #cccc33. Color #ddcd39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 00111001
Octal 335 315 71
Decimal 221 205 57
Hex DD CD 39

RGB Percentages of Color #ddcd39

%45.76
%42.44
%11.80

CMYK Percentages of Color #ddcd39

%0
%7
%74
%13

Triadic Colors of #ddcd39

#ddcd39 #39ddcd #cd39dd

Analogous Colors of #ddcd39

#ddcd39 #9bdd39 #dd7b39

Monochromatic Colors of #ddcd39

#ddcd39

Complementary Color

#ddcd39 #3949dd

#ddcd39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd39 Color CSS Codes

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

#ddcd39 Text Font Color

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

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


#ddcd39 Background Color

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

This div background color is #ddcd39


#ddcd39 Border Color

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

This div border color is #ddcd39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd39


Comments

No comments written yet.

Please login to write comment.