Html Css Color HEX #DB9B7A Tumbleweed

📋 copy color: '#DB9B7A'

red 219 ◦ green 155 ◦ blue 122

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

Shades of Tumbleweed #DB9B7A

Tints of Tumbleweed #DB9B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.25%

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 44.15%
G = 31.25%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB9B7A (or 0xDB9B7A) is known color: Tumbleweed. HEX triplet: DB, 9B and 7A. RGB value is (219,155,122). Sum of RGB (Red+Green+Blue) = 219+155+122=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B7A is #246485. Grayscale: #AAAAAA. Windows color (decimal): -2385030 or 8035291. OLE color: 8035291.

HSL color Cylindrical-coordinate representation of color #DB9B7A: hue angle of 20.41º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB9B7A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 155 122 -
CMYK 0 0.29 0.44 0.14
HSL 20.41º 0.57% 0.67% -
HSV(B) 20.41º 0.44% 0.86% -
XYZ 44.45 39.91 23.77 -
YUV 170.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 219 155 122 0 0.29 0.44 0.14 20.41 0.57 0.67
Hex DB 9B 7A 0 1D 2C E 14 39 43
Octal 333 233 172 0 35 54 16 24 71 103
Binary 11011011 10011011 1111010 0 11101 101100 1110 10100 111001 1000011

Color Harmonies of #DB9B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B7A

Black with #DB9B7A

Text Example


Text Example

White with #DB9B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B7A; }

 p { color: rgb(219,155,122); }

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

background-color css

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

 a { background-color: rgb(219,155,122); }

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

border-color css

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

 span { border-color: rgb(219,155,122); }

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