#DCAFA8

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

Shades of Shilo #DCAFA8

Tints of Shilo #DCAFA8

Color information

#DCAFA8 (or 0xDCAFA8) is unknown color: approx Shilo. HEX triplet: DC, AF and A8. RGB value is (220,175,168). Sum of RGB (Red+Green+Blue) = 220+175+168=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA8 is #235057. Grayscale: #BBBBBB. Windows color (decimal): -2314328 or 11055068. OLE color: 11055068.

HSL color Cylindrical-coordinate representation of color #DCAFA8: hue angle of 8.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAFA8 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220175168-
CMYK00.200.240.14
HSL8.08º42.62%76.08%-
HSV(B)8.08º23.64%86.27%-
XYZ51.9148.743.71-
YUV187.66116.91151.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 168 (66.02% from 255) = 29.84%
R=39.08%
G=31.08%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017516800.200.240.148.0842.6276.08
HexDCAFA801418E82b4c
Octal33425725002430161053114
Binary11011100101011111010100001010011000111010001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFA8; }

 p { color: rgb(220,175,168); }

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

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

 a { background-color: rgb(220,175,168); }

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

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

 span { border-color: rgb(220,175,168); }

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