#DCAF9D

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

Shades of Shilo #DCAF9D

Tints of Shilo #DCAF9D

Color information

#DCAF9D (or 0xDCAF9D) is unknown color: approx Shilo. HEX triplet: DC, AF and 9D. RGB value is (220,175,157). Sum of RGB (Red+Green+Blue) = 220+175+157=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF9D is #235062. Grayscale: #BABABA. Windows color (decimal): -2314339 or 10334172. OLE color: 10334172.

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

Color convert

RGB220175157-
CMYK00.200.290.14
HSL17.14º47.37%73.92%-
HSV(B)17.14º28.64%86.27%-
XYZ50.9348.3138.54-
YUV186.4111.41151.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=39.86%
G=31.70%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017515700.200.290.1417.1447.3773.92
HexDCAF9D0141DE112f4a
Octal33425723502435162157112
Binary110111001010111110011101010100111011110100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF9D; }

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

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

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

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

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

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

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

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