Color Hex Logo

#dcc915 Color Hex

#DCC915
(220,201,21)
0 Favorites   0 Comments

Color spaces of #dcc915

RGB 22020121
HSL0.150.830.47
HSV54°90°86°
CMYK 0.000.090.90   0.14
XYZ50.537257.04319.0563
Yxy57.04310.43330.4891
Hunter Lab75.5269-12.732645.7595
CIE-Lab80.2038-9.604078.5661

#dcc915 color RGB value is (220,201,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00010101
Octal 334 311 25
Decimal 220 201 21
Hex DC C9 15

RGB Percentages of Color #dcc915

%49.77
%45.48
%4.75

CMYK Percentages of Color #dcc915

%0
%9
%90
%14

Triadic Colors of #dcc915

#dcc915 #15dcc9 #c915dc

Analogous Colors of #dcc915

#dcc915 #8cdc15 #dc6615

Monochromatic Colors of #dcc915

#dcc915

Complementary Color

#dcc915 #1528dc

#dcc915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc915 Color CSS Codes

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

#dcc915 Text Font Color

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

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


#dcc915 Background Color

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

This div background color is #dcc915


#dcc915 Border Color

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

This div border color is #dcc915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc915


Comments

No comments written yet.

Please login to write comment.