Color Hex Logo

#dcc62d Color Hex

#DCC62D
(220,198,45)
0 Favorites   0 Comments

Color spaces of #dcc62d

RGB 22019845
HSL0.150.710.52
HSV52°80°86°
CMYK 0.000.100.80   0.14
XYZ50.182955.793310.6069
Yxy55.79330.43040.4786
Hunter Lab74.6949-10.793043.8671
CIE-Lab79.4960-7.502072.6233

#dcc62d color RGB value is (220,198,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 00101101
Octal 334 306 55
Decimal 220 198 45
Hex DC C6 2D

RGB Percentages of Color #dcc62d

%47.52
%42.76
%9.72

CMYK Percentages of Color #dcc62d

%0
%10
%80
%14

Triadic Colors of #dcc62d

#dcc62d #2ddcc6 #c62ddc

Analogous Colors of #dcc62d

#dcc62d #9bdc2d #dc6f2d

Monochromatic Colors of #dcc62d

#dcc62d

Complementary Color

#dcc62d #2d43dc

#dcc62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc62d Color CSS Codes

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

#dcc62d Text Font Color

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

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


#dcc62d Background Color

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

This div background color is #dcc62d


#dcc62d Border Color

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

This div border color is #dcc62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc62d


Comments

No comments written yet.

Please login to write comment.