Color Hex Logo

#dccd13 Color Hex

#DCCD13
(220,205,19)
0 Favorites   0 Comments

Color spaces of #dccd13

RGB 22020519
HSL0.150.840.47
HSV56°91°86°
CMYK 0.000.070.91   0.14
XYZ51.464158.92539.2774
Yxy58.92530.43010.4924
Hunter Lab76.7628-14.663246.5683
CIE-Lab81.2505-11.654179.6660

#dccd13 color RGB value is (220,205,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00010011
Octal 334 315 23
Decimal 220 205 19
Hex DC CD 13

RGB Percentages of Color #dccd13

%49.55
%46.17
%4.28

CMYK Percentages of Color #dccd13

%0
%7
%91
%14

Triadic Colors of #dccd13

#dccd13 #13dccd #cd13dc

Analogous Colors of #dccd13

#dccd13 #87dc13 #dc6913

Monochromatic Colors of #dccd13

#dccd13

Complementary Color

#dccd13 #1322dc

#dccd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd13 Color CSS Codes

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

#dccd13 Text Font Color

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

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


#dccd13 Background Color

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

This div background color is #dccd13


#dccd13 Border Color

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

This div border color is #dccd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd13


Comments

No comments written yet.

Please login to write comment.