Color Hex Logo

#dcc752 Color Hex

#DCC752
(220,199,82)
0 Favorites   0 Comments

Color spaces of #dcc752

RGB 22019982
HSL0.140.660.59
HSV51°63°86°
CMYK 0.000.100.63   0.14
XYZ51.461656.671716.2091
Yxy56.67170.41390.4558
Hunter Lab75.2806-9.719039.9304
CIE-Lab79.9946-6.247259.5102

#dcc752 color RGB value is (220,199,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01010010
Octal 334 307 122
Decimal 220 199 82
Hex DC C7 52

RGB Percentages of Color #dcc752

%43.91
%39.72
%16.37

CMYK Percentages of Color #dcc752

%0
%10
%63
%14

Triadic Colors of #dcc752

#dcc752 #52dcc7 #c752dc

Analogous Colors of #dcc752

#dcc752 #acdc52 #dc8252

Monochromatic Colors of #dcc752

#dcc752

Complementary Color

#dcc752 #5267dc

#dcc752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc752 Color CSS Codes

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

#dcc752 Text Font Color

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

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


#dcc752 Background Color

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

This div background color is #dcc752


#dcc752 Border Color

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

This div border color is #dcc752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc752


Comments

No comments written yet.

Please login to write comment.