Html Css Color HEX #DBA076 Tumbleweed

📋 copy color: '#DBA076'

red 219 ◦ green 160 ◦ blue 118

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

Shades of Tumbleweed #DBA076

Tints of Tumbleweed #DBA076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.74%

R = 44.06%
G = 32.19%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBA076 (or 0xDBA076) is known color: Tumbleweed. HEX triplet: DB, A0 and 76. RGB value is (219,160,118). Sum of RGB (Red+Green+Blue) = 219+160+118=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA076 is #245F89. Grayscale: #ADADAD. Windows color (decimal): -2383754 or 7774427. OLE color: 7774427.

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

Color convert

RGB 219 160 118 -
CMYK 0 0.27 0.46 0.14
HSL 24.95º 0.58% 0.66% -
HSV(B) 24.95º 0.46% 0.86% -
XYZ 45.05 41.51 22.78 -
YUV 172.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 219 160 118 0 0.27 0.46 0.14 24.95 0.58 0.66
Hex DB A0 76 0 1B 2E E 19 3A 42
Octal 333 240 166 0 33 56 16 31 72 102
Binary 11011011 10100000 1110110 0 11011 101110 1110 11001 111010 1000010

Color Harmonies of #DBA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA076

Black with #DBA076

Text Example


Text Example

White with #DBA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA076; }

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

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

background-color css

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

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

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

border-color css

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

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

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