#DCACA5

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

Shades of Shilo #DCACA5

Tints of Shilo #DCACA5

Color information

#DCACA5 (or 0xDCACA5) is unknown color: approx Shilo. HEX triplet: DC, AC and A5. RGB value is (220,172,165). Sum of RGB (Red+Green+Blue) = 220+172+165=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACA5 is #23535A. Grayscale: #B9B9B9. Windows color (decimal): -2315099 or 10857692. OLE color: 10857692.

HSL color Cylindrical-coordinate representation of color #DCACA5: hue angle of 7.64º 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 #DCACA5 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220172165-
CMYK00.220.250.14
HSL7.64º44%75.49%-
HSV(B)7.64º25%86.27%-
XYZ51.0647.4442.06-
YUV185.55116.4152.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=39.50%
G=30.88%
B=29.62%

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
Decimal22017216500.220.250.147.644475.49
HexDCACA501619E82c4b
Octal33425424502631161054113
Binary11011100101011001010010101011011001111010001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACA5; }

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

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

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

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

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

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

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

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