#DB9E82

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

Shades of Tumbleweed #DB9E82

Tints of Tumbleweed #DB9E82

Color information

#DB9E82 (or 0xDB9E82) is unknown color: approx Tumbleweed. HEX triplet: DB, 9E and 82. RGB value is (219,158,130). Sum of RGB (Red+Green+Blue) = 219+158+130=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E82 is #24617D. Grayscale: #ADADAD. Windows color (decimal): -2384254 or 8560347. OLE color: 8560347.

HSL color Cylindrical-coordinate representation of color #DB9E82: hue angle of 18.88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9E82 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219158130-
CMYK00.280.410.14
HSL18.88º55.28%68.43%-
HSV(B)18.88º40.64%85.88%-
XYZ45.4741.1326.66-
YUV173.05103.71160.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=43.20%
G=31.16%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915813000.280.410.1418.8855.2868.43
HexDB9E8201C29E133744
Octal33323620203451162367104
Binary1101101110011110100000100111001010011110100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9E82; }

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

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

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

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

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

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

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

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