#DFB8A9

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

Shades of Shilo #DFB8A9

Tints of Shilo #DFB8A9

Color information

#DFB8A9 (or 0xDFB8A9) is unknown color: approx Shilo. HEX triplet: DF, B8 and A9. RGB value is (223,184,169). Sum of RGB (Red+Green+Blue) = 223+184+169=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB8A9 is #204756. Grayscale: #C2C2C2. Windows color (decimal): -2115415 or 11122911. OLE color: 11122911.

HSL color Cylindrical-coordinate representation of color #DFB8A9: hue angle of 16.67º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB8A9 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223184169-
CMYK00.170.240.13
HSL16.67º45.76%76.86%-
HSV(B)16.67º24.22%87.45%-
XYZ54.7352.8344.85-
YUV193.95113.92148.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 169 (66.41% from 255) = 29.34%
R=38.72%
G=31.94%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318416900.170.240.1316.6745.7676.86
HexDFB8A901118D112e4d
Octal33727025102130152156115
Binary110111111011100010101001010001110001101100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB8A9; }

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

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

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

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

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

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

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

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