Color Hex Logo

#dcc635 Color Hex

#DCC635
(220,198,53)
0 Favorites   0 Comments

Color spaces of #dcc635

RGB 22019853
HSL0.140.700.54
HSV52°76°86°
CMYK 0.000.100.76   0.14
XYZ50.351955.860911.4966
Yxy55.86090.42780.4746
Hunter Lab74.7401-10.541143.1981
CIE-Lab79.5346-7.215070.1855

#dcc635 color RGB value is (220,198,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 00110101
Octal 334 306 65
Decimal 220 198 53
Hex DC C6 35

RGB Percentages of Color #dcc635

%46.71
%42.04
%11.25

CMYK Percentages of Color #dcc635

%0
%10
%76
%14

Triadic Colors of #dcc635

#dcc635 #35dcc6 #c635dc

Analogous Colors of #dcc635

#dcc635 #9fdc35 #dc7335

Monochromatic Colors of #dcc635

#dcc635

Complementary Color

#dcc635 #354bdc

#dcc635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc635 Color CSS Codes

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

#dcc635 Text Font Color

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

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


#dcc635 Background Color

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

This div background color is #dcc635


#dcc635 Border Color

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

This div border color is #dcc635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc635


Comments

No comments written yet.

Please login to write comment.