Html Css Color HEX #DBAA88 Tumbleweed

📋 copy color: '#DBAA88'

red 219 ◦ green 170 ◦ blue 136

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

Shades of Tumbleweed #DBAA88

Tints of Tumbleweed #DBAA88

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.38%

 BLUE value IS 136 (53.52% from 255) = 25.9%

R = 41.71%
G = 32.38%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBAA88 (or 0xDBAA88) is known color: Tumbleweed. HEX triplet: DB, AA and 88. RGB value is (219,170,136). Sum of RGB (Red+Green+Blue) = 219+170+136=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA88 is #245577. Grayscale: #B4B4B4. Windows color (decimal): -2381176 or 8956635. OLE color: 8956635.

HSL color Cylindrical-coordinate representation of color #DBAA88: hue angle of 24.58º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBAA88 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 136 -
CMYK 0 0.22 0.38 0.14
HSL 24.58º 0.54% 0.7% -
HSV(B) 24.58º 0.38% 0.86% -
XYZ 48.03 45.59 29.56 -
YUV 180.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 219 170 136 0 0.22 0.38 0.14 24.58 0.54 0.7
Hex DB AA 88 0 16 26 E 19 36 46
Octal 333 252 210 0 26 46 16 31 66 106
Binary 11011011 10101010 10001000 0 10110 100110 1110 11001 110110 1000110

Color Harmonies of #DBAA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA88

Black with #DBAA88

Text Example


Text Example

White with #DBAA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA88; }

 p { color: rgb(219,170,136); }

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

background-color css

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

 a { background-color: rgb(219,170,136); }

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

border-color css

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

 span { border-color: rgb(219,170,136); }

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