Html Css Color HEX #DBA073 Tumbleweed

📋 copy color: '#DBA073'

red 219 ◦ green 160 ◦ blue 115

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

Shades of Tumbleweed #DBA073

Tints of Tumbleweed #DBA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 44.33%
G = 32.39%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBA073 (or 0xDBA073) is known color: Tumbleweed. HEX triplet: DB, A0 and 73. RGB value is (219,160,115). Sum of RGB (Red+Green+Blue) = 219+160+115=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA073 is #245F8C. Grayscale: #ACACAC. Windows color (decimal): -2383757 or 7577819. OLE color: 7577819.

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

Color convert

RGB 219 160 115 -
CMYK 0 0.27 0.47 0.14
HSL 25.96º 0.59% 0.65% -
HSV(B) 25.96º 0.47% 0.86% -
XYZ 44.88 41.44 21.85 -
YUV 172.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 219 160 115 0 0.27 0.47 0.14 25.96 0.59 0.65
Hex DB A0 73 0 1B 2F E 1A 3B 41
Octal 333 240 163 0 33 57 16 32 73 101
Binary 11011011 10100000 1110011 0 11011 101111 1110 11010 111011 1000001

Color Harmonies of #DBA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA073

Black with #DBA073

Text Example


Text Example

White with #DBA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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