#DB9E85

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

Shades of Tumbleweed #DB9E85

Tints of Tumbleweed #DB9E85

Color information

#DB9E85 (or 0xDB9E85) is unknown color: approx Tumbleweed. HEX triplet: DB, 9E and 85. RGB value is (219,158,133). Sum of RGB (Red+Green+Blue) = 219+158+133=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E85 is #24617A. Grayscale: #ADADAD. Windows color (decimal): -2384251 or 8756955. OLE color: 8756955.

HSL color Cylindrical-coordinate representation of color #DB9E85: hue angle of 17.44º 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 #DB9E85 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219158133-
CMYK00.280.390.14
HSL17.44º54.43%69.02%-
HSV(B)17.44º39.27%85.88%-
XYZ45.6741.2127.74-
YUV173.39105.21160.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=42.94%
G=30.98%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915813300.280.390.1417.4454.4369.02
HexDB9E8501C27E113645
Octal33323620503447162166105
Binary1101101110011110100001010111001001111110100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9E85; }

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

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

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

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

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

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

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

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