Html Css Color HEX #DBA276 Tumbleweed

📋 copy color: '#DBA276'

red 219 ◦ green 162 ◦ blue 118

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

Shades of Tumbleweed #DBA276

Tints of Tumbleweed #DBA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.46%

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

R = 43.89%
G = 32.46%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBA276 (or 0xDBA276) is known color: Tumbleweed. HEX triplet: DB, A2 and 76. RGB value is (219,162,118). Sum of RGB (Red+Green+Blue) = 219+162+118=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA276 is #245D89. Grayscale: #AEAEAE. Windows color (decimal): -2383242 or 7774939. OLE color: 7774939.

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

Color convert

RGB 219 162 118 -
CMYK 0 0.26 0.46 0.14
HSL 26.14º 0.58% 0.66% -
HSV(B) 26.14º 0.46% 0.86% -
XYZ 45.4 42.21 22.89 -
YUV 174.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 219 162 118 0 0.26 0.46 0.14 26.14 0.58 0.66
Hex DB A2 76 0 1A 2E E 1A 3A 42
Octal 333 242 166 0 32 56 16 32 72 102
Binary 11011011 10100010 1110110 0 11010 101110 1110 11010 111010 1000010

Color Harmonies of #DBA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA276

Black with #DBA276

Text Example


Text Example

White with #DBA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA276; }

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

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

background-color css

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

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

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

border-color css

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

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

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