#DCAFA2

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

Shades of Shilo #DCAFA2

Tints of Shilo #DCAFA2

Color information

#DCAFA2 (or 0xDCAFA2) is unknown color: approx Shilo. HEX triplet: DC, AF and A2. RGB value is (220,175,162). Sum of RGB (Red+Green+Blue) = 220+175+162=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA2 is #23505D. Grayscale: #BBBBBB. Windows color (decimal): -2314334 or 10661852. OLE color: 10661852.

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

Color convert

RGB220175162-
CMYK00.200.260.14
HSL13.45º45.31%74.9%-
HSV(B)13.45º26.36%86.27%-
XYZ51.3748.4840.83-
YUV186.97113.91151.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 162 (63.67% from 255) = 29.08%
R=39.50%
G=31.42%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017516200.200.260.1413.4545.3174.9
HexDCAFA20141AEd2d4b
Octal33425724202432161555113
Binary11011100101011111010001001010011010111011011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFA2; }

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

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

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

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

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

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

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

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