Html Css Color HEX #DBA086 Tumbleweed

📋 copy color: '#DBA086'

red 219 ◦ green 160 ◦ blue 134

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

Shades of Tumbleweed #DBA086

Tints of Tumbleweed #DBA086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.19%

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 42.69%
G = 31.19%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBA086 (or 0xDBA086) is known color: Tumbleweed. HEX triplet: DB, A0 and 86. RGB value is (219,160,134). Sum of RGB (Red+Green+Blue) = 219+160+134=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA086 is #245F79. Grayscale: #AEAEAE. Windows color (decimal): -2383738 or 8823003. OLE color: 8823003.

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

Color convert

RGB 219 160 134 -
CMYK 0 0.27 0.39 0.14
HSL 18.35º 0.54% 0.69% -
HSV(B) 18.35º 0.39% 0.86% -
XYZ 46.09 41.92 28.22 -
YUV 174.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 219 160 134 0 0.27 0.39 0.14 18.35 0.54 0.69
Hex DB A0 86 0 1B 27 E 12 36 45
Octal 333 240 206 0 33 47 16 22 66 105
Binary 11011011 10100000 10000110 0 11011 100111 1110 10010 110110 1000101

Color Harmonies of #DBA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA086

Black with #DBA086

Text Example


Text Example

White with #DBA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA086; }

 p { color: rgb(219,160,134); }

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

background-color css

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

 a { background-color: rgb(219,160,134); }

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

border-color css

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

 span { border-color: rgb(219,160,134); }

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