Color Hex Logo

#dcc905 Color Hex

#DCC905
(220,201,5)
0 Favorites   0 Comments

Color spaces of #dcc905

RGB 2202015
HSL0.150.960.44
HSV55°98°86°
CMYK 0.000.090.98   0.14
XYZ50.429256.99998.4878
Yxy56.99990.43500.4917
Hunter Lab75.4983-12.892646.1832
CIE-Lab80.1795-9.788080.3906

#dcc905 color RGB value is (220,201,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00000101
Octal 334 311 5
Decimal 220 201 5
Hex DC C9 5

RGB Percentages of Color #dcc905

%51.64
%47.18
%1.17

CMYK Percentages of Color #dcc905

%0
%9
%98
%14

Triadic Colors of #dcc905

#dcc905 #05dcc9 #c905dc

Analogous Colors of #dcc905

#dcc905 #84dc05 #dc5d05

Monochromatic Colors of #dcc905

#dcc905

Complementary Color

#dcc905 #0518dc

#dcc905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc905 Color CSS Codes

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

#dcc905 Text Font Color

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

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


#dcc905 Background Color

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

This div background color is #dcc905


#dcc905 Border Color

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

This div border color is #dcc905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc905


Comments

No comments written yet.

Please login to write comment.