#DB9E74

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

Shades of Tumbleweed #DB9E74

Tints of Tumbleweed #DB9E74

Color information

#DB9E74 (or 0xDB9E74) is unknown color: approx Tumbleweed. HEX triplet: DB, 9E and 74. RGB value is (219,158,116). Sum of RGB (Red+Green+Blue) = 219+158+116=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E74 is #24618B. Grayscale: #ABABAB. Windows color (decimal): -2384268 or 7642843. OLE color: 7642843.

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

Color convert

RGB219158116-
CMYK00.280.470.14
HSL24.47º58.86%65.69%-
HSV(B)24.47º47.03%85.88%-
XYZ44.5940.7722.04-
YUV171.4596.71161.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=44.42%
G=32.05%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915811600.280.470.1424.4758.8665.69
HexDB9E7401C2FE183b42
Octal33323616403457163073102
Binary110110111001111011101000111001011111110110001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9E74; }

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

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

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

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

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

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

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

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