#DFB5A6

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

Shades of Shilo #DFB5A6

Tints of Shilo #DFB5A6

Color information

#DFB5A6 (or 0xDFB5A6) is unknown color: approx Shilo. HEX triplet: DF, B5 and A6. RGB value is (223,181,166). Sum of RGB (Red+Green+Blue) = 223+181+166=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5A6 is #204A59. Grayscale: #BFBFBF. Windows color (decimal): -2116186 or 10925535. OLE color: 10925535.

HSL color Cylindrical-coordinate representation of color #DFB5A6: hue angle of 15.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB5A6 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223181166-
CMYK00.190.260.13
HSL15.79º47.11%76.27%-
HSV(B)15.79º25.56%87.45%-
XYZ53.8451.4943.18-
YUV191.85113.41150.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 166 (65.23% from 255) = 29.12%
R=39.12%
G=31.75%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318116600.190.260.1315.7947.1176.27
HexDFB5A60131AD102f4c
Octal33726524602332152057114
Binary110111111011010110100110010011110101101100001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5A6; }

 p { color: rgb(223,181,166); }

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

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

 a { background-color: rgb(223,181,166); }

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

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

 span { border-color: rgb(223,181,166); }

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