#DFB4A0

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

Shades of Shilo #DFB4A0

Tints of Shilo #DFB4A0

Color information

#DFB4A0 (or 0xDFB4A0) is unknown color: approx Shilo. HEX triplet: DF, B4 and A0. RGB value is (223,180,160). Sum of RGB (Red+Green+Blue) = 223+180+160=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4A0 is #204B5F. Grayscale: #BEBEBE. Windows color (decimal): -2116448 or 10532063. OLE color: 10532063.

HSL color Cylindrical-coordinate representation of color #DFB4A0: hue angle of 19.05º degrees, saturation: 0.5, 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 #DFB4A0 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB223180160-
CMYK00.190.280.13
HSL19.05º49.61%75.1%-
HSV(B)19.05º28.25%87.45%-
XYZ53.150.8740.28-
YUV190.58110.75151.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=39.61%
G=31.97%
B=28.42%

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
Decimal22318016000.190.280.1319.0549.6175.1
HexDFB4A00131CD13324b
Octal33726424002334152362113
Binary110111111011010010100000010011111001101100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4A0; }

 p { color: rgb(223,180,160); }

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

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

 a { background-color: rgb(223,180,160); }

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

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

 span { border-color: rgb(223,180,160); }

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