#DB9F85

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

Shades of Tumbleweed #DB9F85

Tints of Tumbleweed #DB9F85

Color information

#DB9F85 (or 0xDB9F85) is unknown color: approx Tumbleweed. HEX triplet: DB, 9F and 85. RGB value is (219,159,133). Sum of RGB (Red+Green+Blue) = 219+159+133=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F85 is #24607A. Grayscale: #AEAEAE. Windows color (decimal): -2383995 or 8757211. OLE color: 8757211.

HSL color Cylindrical-coordinate representation of color #DB9F85: hue angle of 18.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9F85 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219159133-
CMYK00.270.390.14
HSL18.14º54.43%69.02%-
HSV(B)18.14º39.27%85.88%-
XYZ45.8541.5527.79-
YUV173.98104.88160.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=42.86%
G=31.12%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915913300.270.390.1418.1454.4369.02
HexDB9F8501B27E123645
Octal33323720503347162266105
Binary1101101110011111100001010110111001111110100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F85; }

 p { color: rgb(219,159,133); }

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

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

 a { background-color: rgb(219,159,133); }

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

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

 span { border-color: rgb(219,159,133); }

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