Color Hex Logo

#dccc48 Color Hex

#DCCC48
(220,204,72)
0 Favorites   0 Comments

Color spaces of #dccc48

RGB 22020472
HSL0.150.680.57
HSV54°67°86°
CMYK 0.000.070.67   0.14
XYZ52.277858.869314.7385
Yxy58.86930.41530.4676
Hunter Lab76.7263-12.649442.3193
CIE-Lab81.2197-9.384764.9303

#dccc48 color RGB value is (220,204,72).

#dccc48 hex color red value is 220, green value is 204 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dccc48 hue: 0.15 , saturation: 0.68 and the lightness value of dccc48 is 0.57.

The process color (four color CMYK) of #dccc48 color hex is 0.00, 0.07, 0.67, 0.14. Web safe color of #dccc48 is #cccc33. Color #dccc48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01001000
Octal 334 314 110
Decimal 220 204 72
Hex DC CC 48

RGB Percentages of Color #dccc48

%44.35
%41.13
%14.52

CMYK Percentages of Color #dccc48

%0
%7
%67
%14

Triadic Colors of #dccc48

#dccc48 #48dccc #cc48dc

Analogous Colors of #dccc48

#dccc48 #a2dc48 #dc8248

Monochromatic Colors of #dccc48

#dccc48

Complementary Color

#dccc48 #4858dc

#dccc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc48 Color CSS Codes

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

#dccc48 Text Font Color

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

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


#dccc48 Background Color

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

This div background color is #dccc48


#dccc48 Border Color

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

This div border color is #dccc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc48


Comments

No comments written yet.

Please login to write comment.