#DCAF9E

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

Shades of Shilo #DCAF9E

Tints of Shilo #DCAF9E

Color information

#DCAF9E (or 0xDCAF9E) is unknown color: approx Shilo. HEX triplet: DC, AF and 9E. RGB value is (220,175,158). Sum of RGB (Red+Green+Blue) = 220+175+158=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF9E is #235061. Grayscale: #BABABA. Windows color (decimal): -2314338 or 10399708. OLE color: 10399708.

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

Color convert

RGB220175158-
CMYK00.200.280.14
HSL16.45º46.97%74.12%-
HSV(B)16.45º28.18%86.27%-
XYZ51.0248.3438.99-
YUV186.52111.91151.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=39.78%
G=31.65%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017515800.200.280.1416.4546.9774.12
HexDCAF9E0141CE102f4a
Octal33425723602434162057112
Binary110111001010111110011110010100111001110100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF9E; }

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

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

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

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

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

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

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

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