#DFAF9F

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

Shades of Shilo #DFAF9F

Tints of Shilo #DFAF9F

Color information

#DFAF9F (or 0xDFAF9F) is unknown color: approx Shilo. HEX triplet: DF, AF and 9F. RGB value is (223,175,159). Sum of RGB (Red+Green+Blue) = 223+175+159=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF9F is #205060. Grayscale: #BBBBBB. Windows color (decimal): -2117729 or 10465247. OLE color: 10465247.

HSL color Cylindrical-coordinate representation of color #DFAF9F: hue angle of 15º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFAF9F is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223175159-
CMYK00.220.290.13
HSL15º50%74.9%-
HSV(B)15º28.7%87.45%-
XYZ52.0248.8539.49-
YUV187.53111.9153.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=40.04%
G=31.42%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317515900.220.290.13155074.9
HexDFAF9F0161DDf324b
Octal33725723702635151762113
Binary11011111101011111001111101011011101110111111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF9F; }

 p { color: rgb(223,175,159); }

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

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

 a { background-color: rgb(223,175,159); }

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

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

 span { border-color: rgb(223,175,159); }

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