Color Hex Logo

#dcc31c Color Hex

#DCC31C
(220,195,28)
0 Favorites   0 Comments

Color spaces of #dcc31c

RGB 22019528
HSL0.140.770.49
HSV52°87°86°
CMYK 0.000.110.87   0.14
XYZ49.239954.32978.9901
Yxy54.32970.43750.4827
Hunter Lab73.7087-9.746144.3646
CIE-Lab78.6536-6.418176.1065

#dcc31c color RGB value is (220,195,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00011100
Octal 334 303 34
Decimal 220 195 28
Hex DC C3 1C

RGB Percentages of Color #dcc31c

%49.66
%44.02
%6.32

CMYK Percentages of Color #dcc31c

%0
%11
%87
%14

Triadic Colors of #dcc31c

#dcc31c #1cdcc3 #c31cdc

Analogous Colors of #dcc31c

#dcc31c #95dc1c #dc631c

Monochromatic Colors of #dcc31c

#dcc31c

Complementary Color

#dcc31c #1c35dc

#dcc31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc31c Color CSS Codes

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

#dcc31c Text Font Color

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

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


#dcc31c Background Color

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

This div background color is #dcc31c


#dcc31c Border Color

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

This div border color is #dcc31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc31c


Comments

No comments written yet.

Please login to write comment.