#DB9F7E

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

Shades of Tumbleweed #DB9F7E

Tints of Tumbleweed #DB9F7E

Color information

#DB9F7E (or 0xDB9F7E) is unknown color: approx Tumbleweed. HEX triplet: DB, 9F and 7E. RGB value is (219,159,126). Sum of RGB (Red+Green+Blue) = 219+159+126=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F7E is #246081. Grayscale: #ADADAD. Windows color (decimal): -2384002 or 8298459. OLE color: 8298459.

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

Color convert

RGB219159126-
CMYK00.270.420.14
HSL21.29º56.36%67.65%-
HSV(B)21.29º42.47%85.88%-
XYZ45.3841.3625.33-
YUV173.18101.38160.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 126 (49.61% from 255) = 25%
R=43.45%
G=31.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915912600.270.420.1421.2956.3667.65
HexDB9F7E01B2AE153844
Octal33323717603352162570104
Binary110110111001111111111100110111010101110101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F7E; }

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

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

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

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

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

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

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

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