#DFB5A1

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

Shades of Shilo #DFB5A1

Tints of Shilo #DFB5A1

Color information

#DFB5A1 (or 0xDFB5A1) is unknown color: approx Shilo. HEX triplet: DF, B5 and A1. RGB value is (223,181,161). Sum of RGB (Red+Green+Blue) = 223+181+161=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5A1 is #204A5E. Grayscale: #BFBFBF. Windows color (decimal): -2116191 or 10597855. OLE color: 10597855.

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

Color convert

RGB223181161-
CMYK00.190.280.13
HSL19.35º49.21%75.29%-
HSV(B)19.35º27.8%87.45%-
XYZ53.3951.3140.81-
YUV191.28110.91150.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 161 (63.28% from 255) = 28.50%
R=39.47%
G=32.04%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318116100.190.280.1319.3549.2175.29
HexDFB5A10131CD13314b
Octal33726524102334152361113
Binary110111111011010110100001010011111001101100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5A1; }

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

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

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

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

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

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

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

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