Color Hex Logo

#dcc452 Color Hex

#DCC452
(220,196,82)
0 Favorites   0 Comments

Color spaces of #dcc452

RGB 22019682
HSL0.140.660.59
HSV50°63°86°
CMYK 0.000.110.63   0.14
XYZ50.778155.304715.9812
Yxy55.30470.41600.4531
Hunter Lab74.3671-8.262139.3158
CIE-Lab79.2165-4.705558.6678

#dcc452 color RGB value is (220,196,82).

#dcc452 hex color red value is 220, green value is 196 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dcc452 hue: 0.14 , saturation: 0.66 and the lightness value of dcc452 is 0.59.

The process color (four color CMYK) of #dcc452 color hex is 0.00, 0.11, 0.63, 0.14. Web safe color of #dcc452 is #cccc66. Color #dcc452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 01010010
Octal 334 304 122
Decimal 220 196 82
Hex DC C4 52

RGB Percentages of Color #dcc452

%44.18
%39.36
%16.47

CMYK Percentages of Color #dcc452

%0
%11
%63
%14

Triadic Colors of #dcc452

#dcc452 #52dcc4 #c452dc

Analogous Colors of #dcc452

#dcc452 #afdc52 #dc7f52

Monochromatic Colors of #dcc452

#dcc452

Complementary Color

#dcc452 #526adc

#dcc452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc452 Color CSS Codes

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

#dcc452 Text Font Color

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

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


#dcc452 Background Color

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

This div background color is #dcc452


#dcc452 Border Color

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

This div border color is #dcc452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc452


Comments

No comments written yet.

Please login to write comment.