Html Css Color HEX #DBA072 Tumbleweed

📋 copy color: '#DBA072'

red 219 ◦ green 160 ◦ blue 114

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

Shades of Tumbleweed #DBA072

Tints of Tumbleweed #DBA072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 44.42%
G = 32.45%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBA072 (or 0xDBA072) is known color: Tumbleweed. HEX triplet: DB, A0 and 72. RGB value is (219,160,114). Sum of RGB (Red+Green+Blue) = 219+160+114=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA072 is #245F8D. Grayscale: #ACACAC. Windows color (decimal): -2383758 or 7512283. OLE color: 7512283.

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

Color convert

RGB 219 160 114 -
CMYK 0 0.27 0.48 0.14
HSL 26.29º 0.59% 0.65% -
HSV(B) 26.29º 0.48% 0.86% -
XYZ 44.82 41.42 21.55 -
YUV 172.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 219 160 114 0 0.27 0.48 0.14 26.29 0.59 0.65
Hex DB A0 72 0 1B 30 E 1A 3B 41
Octal 333 240 162 0 33 60 16 32 73 101
Binary 11011011 10100000 1110010 0 11011 110000 1110 11010 111011 1000001

Color Harmonies of #DBA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA072

Black with #DBA072

Text Example


Text Example

White with #DBA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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