Html Css Color HEX #DBA488 Tumbleweed

📋 copy color: '#DBA488'

red 219 ◦ green 164 ◦ blue 136

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

Shades of Tumbleweed #DBA488

Tints of Tumbleweed #DBA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

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

R = 42.2%
G = 31.6%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBA488 (or 0xDBA488) is known color: Tumbleweed. HEX triplet: DB, A4 and 88. RGB value is (219,164,136). Sum of RGB (Red+Green+Blue) = 219+164+136=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA488 is #245B77. Grayscale: #B1B1B1. Windows color (decimal): -2382712 or 8955099. OLE color: 8955099.

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

Color convert

RGB 219 164 136 -
CMYK 0 0.25 0.38 0.14
HSL 20.24º 0.54% 0.7% -
HSV(B) 20.24º 0.38% 0.86% -
XYZ 46.93 43.39 29.19 -
YUV 177.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 219 164 136 0 0.25 0.38 0.14 20.24 0.54 0.7
Hex DB A4 88 0 19 26 E 14 36 46
Octal 333 244 210 0 31 46 16 24 66 106
Binary 11011011 10100100 10001000 0 11001 100110 1110 10100 110110 1000110

Color Harmonies of #DBA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA488

Black with #DBA488

Text Example


Text Example

White with #DBA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA488; }

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

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

background-color css

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

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

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

border-color css

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

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

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