Html Css Color HEX #DB9F82 Tumbleweed

📋 copy color: '#DB9F82'

red 219 ◦ green 159 ◦ blue 130

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

Shades of Tumbleweed #DB9F82

Tints of Tumbleweed #DB9F82

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 43.11%
G = 31.3%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB9F82 (or 0xDB9F82) is known color: Tumbleweed. HEX triplet: DB, 9F and 82. RGB value is (219,159,130). Sum of RGB (Red+Green+Blue) = 219+159+130=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F82 is #24607D. Grayscale: #ADADAD. Windows color (decimal): -2383998 or 8560603. OLE color: 8560603.

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

Color convert

RGB 219 159 130 -
CMYK 0 0.27 0.41 0.14
HSL 19.55º 0.55% 0.68% -
HSV(B) 19.55º 0.41% 0.86% -
XYZ 45.64 41.47 26.72 -
YUV 173.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 219 159 130 0 0.27 0.41 0.14 19.55 0.55 0.68
Hex DB 9F 82 0 1B 29 E 14 37 44
Octal 333 237 202 0 33 51 16 24 67 104
Binary 11011011 10011111 10000010 0 11011 101001 1110 10100 110111 1000100

Color Harmonies of #DB9F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F82

Black with #DB9F82

Text Example


Text Example

White with #DB9F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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