#DFA99B

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

Shades of Shilo #DFA99B

Tints of Shilo #DFA99B

Color information

#DFA99B (or 0xDFA99B) is unknown color: approx Shilo. HEX triplet: DF, A9 and 9B. RGB value is (223,169,155). Sum of RGB (Red+Green+Blue) = 223+169+155=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA99B is #205664. Grayscale: #B7B7B7. Windows color (decimal): -2119269 or 10201567. OLE color: 10201567.

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

Color convert

RGB223169155-
CMYK00.240.300.13
HSL12.35º51.52%74.12%-
HSV(B)12.35º30.49%87.45%-
XYZ50.5446.4337.31-
YUV183.55111.89156.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=40.77%
G=30.90%
B=28.34%

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
Decimal22316915500.240.300.1312.3551.5274.12
HexDFA99B0181EDc344a
Octal33725123303036151464112
Binary11011111101010011001101101100011110110111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA99B; }

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

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

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

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

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

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

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

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