#DCACA4

Color #DCACA4 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #DCACA4

Tints of Shilo #DCACA4

Color information

#DCACA4 (or 0xDCACA4) is unknown color: approx Shilo. HEX triplet: DC, AC and A4. RGB value is (220,172,164). Sum of RGB (Red+Green+Blue) = 220+172+164=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACA4 is #23535B. Grayscale: #B9B9B9. Windows color (decimal): -2315100 or 10792156. OLE color: 10792156.

HSL color Cylindrical-coordinate representation of color #DCACA4: hue angle of 8.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCACA4 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220172164-
CMYK00.220.250.14
HSL8.57º44.44%75.29%-
HSV(B)8.57º25.45%86.27%-
XYZ50.9747.441.58-
YUV185.44115.9152.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 164 (64.45% from 255) = 29.50%
R=39.57%
G=30.94%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017216400.220.250.148.5744.4475.29
HexDCACA401619E92c4b
Octal33425424402631161154113
Binary11011100101011001010010001011011001111010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACA4; }

 p { color: rgb(220,172,164); }

 H1.HeaderClassName
 {
   color: #DCACA4;
 }
 .AnyTagClassName
 {
   color: #DCACA4;
 }
</style>
background-color css

<style>
 a { background-color: #DCACA4; }

 a { background-color: rgb(220,172,164); }

 div.DivClassName
 {
   background-color: #DCACA4;
 }
 .BgClassName
 {
   background-color: #DCACA4;
 }
</style>
border-color css

<style>
 span { border-color: #DCACA4; }

 span { border-color: rgb(220,172,164); }

 td.TdClassName
 {
   border-color: #DCACA4;
 }
 .TagClassName
 {
   border-color: #DCACA4;
 }
</style>