color codes Logo

#dcdd0c color codes

#DCDD0C
(220,221,12)
0 Favorites   0 Comments

Color spaces of #dcdd0c

RGB 22022112
HSL0.170.900.46
HSV60°95°87°
CMYK 0.000.000.95   0.13
XYZ55.438066.955110.3496
Yxy66.95510.41760.5044
Hunter Lab81.8261-22.260149.7791
CIE-Lab85.4813-19.659783.6928

#dcdd0c color RGB value is (220,221,12).

#dcdd0c hex color red value is 220, green value is 221 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dcdd0c hue: 0.17 , saturation: 0.90 and the lightness value of dcdd0c is 0.46.

The process color (four color CMYK) of #dcdd0c color code is 0.00, 0.00, 0.95, 0.13. Web safe color of #dcdd0c is #cccc00. Color #dcdd0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 00001100
Octal 334 335 14
Decimal 220 221 12
Hex DC DD C

RGB Percentages of Color #dcdd0c

%48.57
%48.79
%2.65

CMYK Percentages of Color #dcdd0c

%0
%0
%95
%13

Triadic Colors of #dcdd0c

#dcdd0c #0cdcdd #dd0cdc

Analogous Colors of #dcdd0c

#dcdd0c #74dd0c #dd760c

Monochromatic Colors of #dcdd0c

#dcdd0c

Complementary Color

#dcdd0c #0d0cdd

#dcdd0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd0c Color CSS Codes

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

#dcdd0c Text Font Color

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

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


#dcdd0c Background Color

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

This div background color is #dcdd0c


#dcdd0c Border Color

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

This div border color is #dcdd0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd0c


Comments

No comments written yet.

Please login to write comment.