Color Hex Logo

#dcc839 Color Hex

#DCC839
(220,200,57)
0 Favorites   0 Comments

Color spaces of #dcc839

RGB 22020057
HSL0.150.700.54
HSV53°74°86°
CMYK 0.000.090.74   0.14
XYZ50.908056.819612.1550
Yxy56.81960.42460.4740
Hunter Lab75.3788-11.360743.2045
CIE-Lab80.0780-8.073469.3513

#dcc839 color RGB value is (220,200,57).

#dcc839 hex color red value is 220, green value is 200 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dcc839 hue: 0.15 , saturation: 0.70 and the lightness value of dcc839 is 0.54.

The process color (four color CMYK) of #dcc839 color hex is 0.00, 0.09, 0.74, 0.14. Web safe color of #dcc839 is #cccc33. Color #dcc839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00111001
Octal 334 310 71
Decimal 220 200 57
Hex DC C8 39

RGB Percentages of Color #dcc839

%46.12
%41.93
%11.95

CMYK Percentages of Color #dcc839

%0
%9
%74
%14

Triadic Colors of #dcc839

#dcc839 #39dcc8 #c839dc

Analogous Colors of #dcc839

#dcc839 #9fdc39 #dc7739

Monochromatic Colors of #dcc839

#dcc839

Complementary Color

#dcc839 #394ddc

#dcc839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc839 Color CSS Codes

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

#dcc839 Text Font Color

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

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


#dcc839 Background Color

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

This div background color is #dcc839


#dcc839 Border Color

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

This div border color is #dcc839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc839


Comments

No comments written yet.

Please login to write comment.