Html Css Color HEX #DBA476 Tumbleweed

📋 copy color: '#DBA476'

red 219 ◦ green 164 ◦ blue 118

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

Shades of Tumbleweed #DBA476

Tints of Tumbleweed #DBA476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.73%

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

R = 43.71%
G = 32.73%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBA476 (or 0xDBA476) is known color: Tumbleweed. HEX triplet: DB, A4 and 76. RGB value is (219,164,118). Sum of RGB (Red+Green+Blue) = 219+164+118=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA476 is #245B89. Grayscale: #AFAFAF. Windows color (decimal): -2382730 or 7775451. OLE color: 7775451.

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

Color convert

RGB 219 164 118 -
CMYK 0 0.25 0.46 0.14
HSL 27.33º 0.58% 0.66% -
HSV(B) 27.33º 0.46% 0.86% -
XYZ 45.76 42.92 23.01 -
YUV 175.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 219 164 118 0 0.25 0.46 0.14 27.33 0.58 0.66
Hex DB A4 76 0 19 2E E 1B 3A 42
Octal 333 244 166 0 31 56 16 33 72 102
Binary 11011011 10100100 1110110 0 11001 101110 1110 11011 111010 1000010

Color Harmonies of #DBA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA476

Black with #DBA476

Text Example


Text Example

White with #DBA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA476; }

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

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

background-color css

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

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

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

border-color css

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

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

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