Color Hex Logo

#dcc252 Color Hex

#DCC252
(220,194,82)
0 Favorites   0 Comments

Color spaces of #dcc252

RGB 22019482
HSL0.140.660.59
HSV49°63°86°
CMYK 0.000.120.63   0.14
XYZ50.330054.408415.8318
Yxy54.40840.41740.4513
Hunter Lab73.7620-7.287838.9078
CIE-Lab78.6993-3.673258.1059

#dcc252 color RGB value is (220,194,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01010010
Octal 334 302 122
Decimal 220 194 82
Hex DC C2 52

RGB Percentages of Color #dcc252

%44.35
%39.11
%16.53

CMYK Percentages of Color #dcc252

%0
%12
%63
%14

Triadic Colors of #dcc252

#dcc252 #52dcc2 #c252dc

Analogous Colors of #dcc252

#dcc252 #b1dc52 #dc7d52

Monochromatic Colors of #dcc252

#dcc252

Complementary Color

#dcc252 #526cdc

#dcc252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc252 Color CSS Codes

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

#dcc252 Text Font Color

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

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


#dcc252 Background Color

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

This div background color is #dcc252


#dcc252 Border Color

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

This div border color is #dcc252


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,194,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 #dcc252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc252


Comments

No comments written yet.

Please login to write comment.