#DFAF9E

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

Shades of Shilo #DFAF9E

Tints of Shilo #DFAF9E

Color information

#DFAF9E (or 0xDFAF9E) is unknown color: approx Shilo. HEX triplet: DF, AF and 9E. RGB value is (223,175,158). Sum of RGB (Red+Green+Blue) = 223+175+158=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF9E is #205061. Grayscale: #BBBBBB. Windows color (decimal): -2117730 or 10399711. OLE color: 10399711.

HSL color Cylindrical-coordinate representation of color #DFAF9E: hue angle of 15.69º 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 #DFAF9E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223175158-
CMYK00.220.290.13
HSL15.69º50.39%74.71%-
HSV(B)15.69º29.15%87.45%-
XYZ51.9348.8239.03-
YUV187.41111.4153.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=40.11%
G=31.47%
B=28.42%

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
Decimal22317515800.220.290.1315.6950.3974.71
HexDFAF9E0161DD10324b
Octal33725723602635152062113
Binary110111111010111110011110010110111011101100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF9E; }

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

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

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

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

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

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

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

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