#DCAFA0

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

Shades of Shilo #DCAFA0

Tints of Shilo #DCAFA0

Color information

#DCAFA0 (or 0xDCAFA0) is unknown color: approx Shilo. HEX triplet: DC, AF and A0. RGB value is (220,175,160). Sum of RGB (Red+Green+Blue) = 220+175+160=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA0 is #23505F. Grayscale: #BABABA. Windows color (decimal): -2314336 or 10530780. OLE color: 10530780.

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

Color convert

RGB220175160-
CMYK00.200.270.14
HSL15º46.15%74.51%-
HSV(B)15º27.27%86.27%-
XYZ51.1948.4139.9-
YUV186.74112.91151.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=39.64%
G=31.53%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017516000.200.270.141546.1574.51
HexDCAFA00141BEf2e4b
Octal33425724002433161756113
Binary11011100101011111010000001010011011111011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFA0; }

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

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

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

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

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

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

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

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