Html Css Color HEX #DBA077 Tumbleweed

📋 copy color: '#DBA077'

red 219 ◦ green 160 ◦ blue 119

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

Shades of Tumbleweed #DBA077

Tints of Tumbleweed #DBA077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.9%

R = 43.98%
G = 32.13%
B = 23.9%

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

#DBA077 (or 0xDBA077) is known color: Tumbleweed. HEX triplet: DB, A0 and 77. RGB value is (219,160,119). Sum of RGB (Red+Green+Blue) = 219+160+119=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA077 is #245F88. Grayscale: #ADADAD. Windows color (decimal): -2383753 or 7839963. OLE color: 7839963.

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

Color convert

RGB 219 160 119 -
CMYK 0 0.27 0.46 0.14
HSL 24.6º 0.58% 0.66% -
HSV(B) 24.6º 0.46% 0.86% -
XYZ 45.11 41.53 23.09 -
YUV 172.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 219 160 119 0 0.27 0.46 0.14 24.6 0.58 0.66
Hex DB A0 77 0 1B 2E E 19 3A 42
Octal 333 240 167 0 33 56 16 31 72 102
Binary 11011011 10100000 1110111 0 11011 101110 1110 11001 111010 1000010

Color Harmonies of #DBA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA077

Black with #DBA077

Text Example


Text Example

White with #DBA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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