Color Hex Logo

#dcb63c Color Hex

#DCB63C
(220,182,60)
0 Favorites   0 Comments

Color spaces of #dcb63c

RGB 22018260
HSL0.130.700.55
HSV46°73°86°
CMYK 0.000.170.73   0.14
XYZ47.058848.997811.2522
Yxy48.99780.43850.4566
Hunter Lab69.9984-2.494639.4681
CIE-Lab75.45001.371763.8177

#dcb63c color RGB value is (220,182,60).

#dcb63c hex color red value is 220, green value is 182 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dcb63c hue: 0.13 , saturation: 0.70 and the lightness value of dcb63c is 0.55.

The process color (four color CMYK) of #dcb63c color hex is 0.00, 0.17, 0.73, 0.14. Web safe color of #dcb63c is #cccc33. Color #dcb63c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00111100
Octal 334 266 74
Decimal 220 182 60
Hex DC B6 3C

RGB Percentages of Color #dcb63c

%47.62
%39.39
%12.99

CMYK Percentages of Color #dcb63c

%0
%17
%73
%14

Triadic Colors of #dcb63c

#dcb63c #3cdcb6 #b63cdc

Analogous Colors of #dcb63c

#dcb63c #b2dc3c #dc663c

Monochromatic Colors of #dcb63c

#dcb63c

Complementary Color

#dcb63c #3c62dc

#dcb63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb63c Color CSS Codes

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

#dcb63c Text Font Color

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

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


#dcb63c Background Color

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

This div background color is #dcb63c


#dcb63c Border Color

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

This div border color is #dcb63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb63c


Comments

No comments written yet.

Please login to write comment.