Color Hex Logo

#dcca48 Color Hex

#DCCA48
(220,202,72)
0 Favorites   0 Comments

Color spaces of #dcca48

RGB 22020272
HSL0.150.680.57
HSV53°67°86°
CMYK 0.000.080.67   0.14
XYZ51.805457.924614.5810
Yxy57.92460.41670.4660
Hunter Lab76.1082-11.687841.9168
CIE-Lab80.6969-8.368764.3959

#dcca48 color RGB value is (220,202,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01001000
Octal 334 312 110
Decimal 220 202 72
Hex DC CA 48

RGB Percentages of Color #dcca48

%44.53
%40.89
%14.57

CMYK Percentages of Color #dcca48

%0
%8
%67
%14

Triadic Colors of #dcca48

#dcca48 #48dcca #ca48dc

Analogous Colors of #dcca48

#dcca48 #a4dc48 #dc8048

Monochromatic Colors of #dcca48

#dcca48

Complementary Color

#dcca48 #485adc

#dcca48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca48 Color CSS Codes

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

#dcca48 Text Font Color

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

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


#dcca48 Background Color

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

This div background color is #dcca48


#dcca48 Border Color

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

This div border color is #dcca48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca48


Comments

No comments written yet.

Please login to write comment.