Color Hex Logo

#dcc912 Color Hex

#DCC912
(220,201,18)
0 Favorites   0 Comments

Color spaces of #dcc912

RGB 22020118
HSL0.150.850.47
HSV54°92°86°
CMYK 0.000.090.92   0.14
XYZ50.511057.03268.9184
Yxy57.03260.43370.4897
Hunter Lab75.5199-12.771445.8622
CIE-Lab80.1979-9.648679.0013

#dcc912 color RGB value is (220,201,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00010010
Octal 334 311 22
Decimal 220 201 18
Hex DC C9 12

RGB Percentages of Color #dcc912

%50.11
%45.79
%4.10

CMYK Percentages of Color #dcc912

%0
%9
%92
%14

Triadic Colors of #dcc912

#dcc912 #12dcc9 #c912dc

Analogous Colors of #dcc912

#dcc912 #8adc12 #dc6412

Monochromatic Colors of #dcc912

#dcc912

Complementary Color

#dcc912 #1225dc

#dcc912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc912 Color CSS Codes

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

#dcc912 Text Font Color

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

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


#dcc912 Background Color

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

This div background color is #dcc912


#dcc912 Border Color

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

This div border color is #dcc912


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,201,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 #dcc912">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc912


Comments

No comments written yet.

Please login to write comment.