Color Hex Logo

#dcc534 Color Hex

#DCC534
(220,197,52)
0 Favorites   0 Comments

Color spaces of #dcc534

RGB 22019752
HSL0.140.710.53
HSV52°76°86°
CMYK 0.000.100.76   0.14
XYZ50.101355.396111.3007
Yxy55.39610.42900.4743
Hunter Lab74.4286-10.093443.0978
CIE-Lab79.2689-6.742070.2674

#dcc534 color RGB value is (220,197,52).

#dcc534 hex color red value is 220, green value is 197 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dcc534 hue: 0.14 , saturation: 0.71 and the lightness value of dcc534 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 00110100
Octal 334 305 64
Decimal 220 197 52
Hex DC C5 34

RGB Percentages of Color #dcc534

%46.91
%42.00
%11.09

CMYK Percentages of Color #dcc534

%0
%10
%76
%14

Triadic Colors of #dcc534

#dcc534 #34dcc5 #c534dc

Analogous Colors of #dcc534

#dcc534 #9fdc34 #dc7134

Monochromatic Colors of #dcc534

#dcc534

Complementary Color

#dcc534 #344bdc

#dcc534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc534 Color CSS Codes

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

#dcc534 Text Font Color

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

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


#dcc534 Background Color

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

This div background color is #dcc534


#dcc534 Border Color

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

This div border color is #dcc534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc534


Comments

No comments written yet.

Please login to write comment.