#DFA99D

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

Shades of Shilo #DFA99D

Tints of Shilo #DFA99D

Color information

#DFA99D (or 0xDFA99D) is unknown color: approx Shilo. HEX triplet: DF, A9 and 9D. RGB value is (223,169,157). Sum of RGB (Red+Green+Blue) = 223+169+157=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA99D is #205662. Grayscale: #B7B7B7. Windows color (decimal): -2119267 or 10332639. OLE color: 10332639.

HSL color Cylindrical-coordinate representation of color #DFA99D: hue angle of 10.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA99D is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223169157-
CMYK00.240.300.13
HSL10.91º50.77%74.51%-
HSV(B)10.91º29.6%87.45%-
XYZ50.7146.538.2-
YUV183.78112.89155.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=40.62%
G=30.78%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316915700.240.300.1310.9150.7774.51
HexDFA99D0181EDb334b
Octal33725123503036151363113
Binary11011111101010011001110101100011110110110111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA99D; }

 p { color: rgb(223,169,157); }

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

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

 a { background-color: rgb(223,169,157); }

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

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

 span { border-color: rgb(223,169,157); }

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