Color Hex Logo

#dcc82f Color Hex

#DCC82F
(220,200,47)
0 Favorites   0 Comments

Color spaces of #dcc82f

RGB 22020047
HSL0.150.710.52
HSV53°79°86°
CMYK 0.000.090.79   0.14
XYZ50.682656.729410.9679
Yxy56.72940.42810.4792
Hunter Lab75.3189-11.694344.0895
CIE-Lab80.0272-8.454472.5066

#dcc82f color RGB value is (220,200,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00101111
Octal 334 310 57
Decimal 220 200 47
Hex DC C8 2F

RGB Percentages of Color #dcc82f

%47.11
%42.83
%10.06

CMYK Percentages of Color #dcc82f

%0
%9
%79
%14

Triadic Colors of #dcc82f

#dcc82f #2fdcc8 #c82fdc

Analogous Colors of #dcc82f

#dcc82f #9adc2f #dc722f

Monochromatic Colors of #dcc82f

#dcc82f

Complementary Color

#dcc82f #2f43dc

#dcc82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc82f Color CSS Codes

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

#dcc82f Text Font Color

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

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


#dcc82f Background Color

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

This div background color is #dcc82f


#dcc82f Border Color

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

This div border color is #dcc82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc82f


Comments

No comments written yet.

Please login to write comment.