Color Hex Logo

#dcc51c Color Hex

#DCC51C
(220,197,28)
0 Favorites   0 Comments

Color spaces of #dcc51c

RGB 22019728
HSL0.150.770.49
HSV53°87°86°
CMYK 0.000.100.87   0.14
XYZ49.691155.23209.1404
Yxy55.23200.43560.4842
Hunter Lab74.3182-10.707244.7307
CIE-Lab79.1747-7.441576.5224

#dcc51c color RGB value is (220,197,28).

#dcc51c hex color red value is 220, green value is 197 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dcc51c hue: 0.15 , saturation: 0.77 and the lightness value of dcc51c is 0.49.

The process color (four color CMYK) of #dcc51c color hex is 0.00, 0.10, 0.87, 0.14. Web safe color of #dcc51c is #cccc33. Color #dcc51c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 00011100
Octal 334 305 34
Decimal 220 197 28
Hex DC C5 1C

RGB Percentages of Color #dcc51c

%49.44
%44.27
%6.29

CMYK Percentages of Color #dcc51c

%0
%10
%87
%14

Triadic Colors of #dcc51c

#dcc51c #1cdcc5 #c51cdc

Analogous Colors of #dcc51c

#dcc51c #93dc1c #dc651c

Monochromatic Colors of #dcc51c

#dcc51c

Complementary Color

#dcc51c #1c33dc

#dcc51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc51c Color CSS Codes

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

#dcc51c Text Font Color

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

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


#dcc51c Background Color

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

This div background color is #dcc51c


#dcc51c Border Color

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

This div border color is #dcc51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc51c


Comments

No comments written yet.

Please login to write comment.