Color Hex Logo

#dccc12 Color Hex

#DCCC12
(220,204,18)
0 Favorites   0 Comments

Color spaces of #dccc12

RGB 22020418
HSL0.150.850.47
HSV55°92°86°
CMYK 0.000.070.92   0.14
XYZ51.217258.44509.1539
Yxy58.44500.43110.4919
Hunter Lab76.4493-14.200346.4153
CIE-Lab80.9856-11.164979.6014

#dccc12 color RGB value is (220,204,18).

#dccc12 hex color red value is 220, green value is 204 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dccc12 hue: 0.15 , saturation: 0.85 and the lightness value of dccc12 is 0.47.

The process color (four color CMYK) of #dccc12 color hex is 0.00, 0.07, 0.92, 0.14. Web safe color of #dccc12 is #cccc00. Color #dccc12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00010010
Octal 334 314 22
Decimal 220 204 18
Hex DC CC 12

RGB Percentages of Color #dccc12

%49.77
%46.15
%4.07

CMYK Percentages of Color #dccc12

%0
%7
%92
%14

Triadic Colors of #dccc12

#dccc12 #12dccc #cc12dc

Analogous Colors of #dccc12

#dccc12 #87dc12 #dc6712

Monochromatic Colors of #dccc12

#dccc12

Complementary Color

#dccc12 #1222dc

#dccc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc12 Color CSS Codes

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

#dccc12 Text Font Color

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

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


#dccc12 Background Color

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

This div background color is #dccc12


#dccc12 Border Color

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

This div border color is #dccc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc12


Comments

No comments written yet.

Please login to write comment.