Html Css Color HEX #DB9E75 Tumbleweed

📋 copy color: '#DB9E75'

red 219 ◦ green 158 ◦ blue 117

#DB9E75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #DB9E75

Tints of Tumbleweed #DB9E75

RGB

 RED value IS 219 (85.94% from 255) = 44.33%

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 44.33%
G = 31.98%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9E75 (or 0xDB9E75) is known color: Tumbleweed. HEX triplet: DB, 9E and 75. RGB value is (219,158,117). Sum of RGB (Red+Green+Blue) = 219+158+117=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E75 is #24618A. Grayscale: #ABABAB. Windows color (decimal): -2384267 or 7708379. OLE color: 7708379.

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

Color convert

RGB 219 158 117 -
CMYK 0 0.28 0.47 0.14
HSL 24.12º 0.59% 0.66% -
HSV(B) 24.12º 0.47% 0.86% -
XYZ 44.65 40.8 22.35 -
YUV 171.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 219 158 117 0 0.28 0.47 0.14 24.12 0.59 0.66
Hex DB 9E 75 0 1C 2F E 18 3B 42
Octal 333 236 165 0 34 57 16 30 73 102
Binary 11011011 10011110 1110101 0 11100 101111 1110 11000 111011 1000010

Color Harmonies of #DB9E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E75

Black with #DB9E75

Text Example


Text Example

White with #DB9E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E75; }

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

 H1.HeaderClassName
 {
   color: #DB9E75;
 }
 .AnyTagClassName
 {
   color: #DB9E75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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