Html Css Color HEX #DB9F84 Tumbleweed

📋 copy color: '#DB9F84'

red 219 ◦ green 159 ◦ blue 132

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

Shades of Tumbleweed #DB9F84

Tints of Tumbleweed #DB9F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.88%

R = 42.94%
G = 31.18%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB9F84 (or 0xDB9F84) is known color: Tumbleweed. HEX triplet: DB, 9F and 84. RGB value is (219,159,132). Sum of RGB (Red+Green+Blue) = 219+159+132=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F84 is #24607B. Grayscale: #AEAEAE. Windows color (decimal): -2383996 or 8691675. OLE color: 8691675.

HSL color Cylindrical-coordinate representation of color #DB9F84: hue angle of 18.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB9F84 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 132 -
CMYK 0 0.27 0.40 0.14
HSL 18.62º 0.55% 0.69% -
HSV(B) 18.62º 0.4% 0.86% -
XYZ 45.78 41.52 27.43 -
YUV 173.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 219 159 132 0 0.27 0.40 0.14 18.62 0.55 0.69
Hex DB 9F 84 0 1B 28 E 13 37 45
Octal 333 237 204 0 33 50 16 23 67 105
Binary 11011011 10011111 10000100 0 11011 101000 1110 10011 110111 1000101

Color Harmonies of #DB9F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F84

Black with #DB9F84

Text Example


Text Example

White with #DB9F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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