#DCAFA3

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

Shades of Shilo #DCAFA3

Tints of Shilo #DCAFA3

Color information

#DCAFA3 (or 0xDCAFA3) is unknown color: approx Shilo. HEX triplet: DC, AF and A3. RGB value is (220,175,163). Sum of RGB (Red+Green+Blue) = 220+175+163=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFA3 is #23505C. Grayscale: #BBBBBB. Windows color (decimal): -2314333 or 10727388. OLE color: 10727388.

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

Color convert

RGB220175163-
CMYK00.200.260.14
HSL12.63º44.88%75.1%-
HSV(B)12.63º25.91%86.27%-
XYZ51.4648.5241.3-
YUV187.09114.41151.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 163 (64.06% from 255) = 29.21%
R=39.43%
G=31.36%
B=29.21%

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
Decimal22017516300.200.260.1412.6344.8875.1
HexDCAFA30141AEd2d4b
Octal33425724302432161555113
Binary11011100101011111010001101010011010111011011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFA3; }

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

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

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

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

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

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

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

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