Html Css Color HEX #DBA473 Tumbleweed

📋 copy color: '#DBA473'

red 219 ◦ green 164 ◦ blue 115

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

Shades of Tumbleweed #DBA473

Tints of Tumbleweed #DBA473

RGB

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

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

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

R = 43.98%
G = 32.93%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBA473 (or 0xDBA473) is known color: Tumbleweed. HEX triplet: DB, A4 and 73. RGB value is (219,164,115). Sum of RGB (Red+Green+Blue) = 219+164+115=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA473 is #245B8C. Grayscale: #AFAFAF. Windows color (decimal): -2382733 or 7578843. OLE color: 7578843.

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

Color convert

RGB 219 164 115 -
CMYK 0 0.25 0.47 0.14
HSL 28.27º 0.59% 0.65% -
HSV(B) 28.27º 0.47% 0.86% -
XYZ 45.58 42.85 22.09 -
YUV 174.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 219 164 115 0 0.25 0.47 0.14 28.27 0.59 0.65
Hex DB A4 73 0 19 2F E 1C 3B 41
Octal 333 244 163 0 31 57 16 34 73 101
Binary 11011011 10100100 1110011 0 11001 101111 1110 11100 111011 1000001

Color Harmonies of #DBA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA473

Black with #DBA473

Text Example


Text Example

White with #DBA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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