Color Hex Logo

#dcaa48 Color Hex

#DCAA48
(220,170,72)
0 Favorites   0 Comments

Color spaces of #dcaa48

RGB 22017072
HSL0.110.680.57
HSV40°67°86°
CMYK 0.000.230.67   0.14
XYZ45.059644.433012.3324
Yxy44.43300.44250.4364
Hunter Lab66.65814.011035.6914
CIE-Lab72.51708.331255.8488

#dcaa48 color RGB value is (220,170,72).

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

The process color (four color CMYK) of #dcaa48 color hex is 0.00, 0.23, 0.67, 0.14. Web safe color of #dcaa48 is #cc9933. Color #dcaa48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01001000
Octal 334 252 110
Decimal 220 170 72
Hex DC AA 48

RGB Percentages of Color #dcaa48

%47.62
%36.80
%15.58

CMYK Percentages of Color #dcaa48

%0
%23
%67
%14

Triadic Colors of #dcaa48

#dcaa48 #48dcaa #aa48dc

Analogous Colors of #dcaa48

#dcaa48 #c4dc48 #dc6048

Monochromatic Colors of #dcaa48

#dcaa48

Complementary Color

#dcaa48 #487adc

#dcaa48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa48 Color CSS Codes

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

#dcaa48 Text Font Color

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

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


#dcaa48 Background Color

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

This div background color is #dcaa48


#dcaa48 Border Color

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

This div border color is #dcaa48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa48


Comments

No comments written yet.

Please login to write comment.