Html Css Color HEX #DBA172 Tumbleweed

📋 copy color: '#DBA172'

red 219 ◦ green 161 ◦ blue 114

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

Shades of Tumbleweed #DBA172

Tints of Tumbleweed #DBA172

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.59%

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

R = 44.33%
G = 32.59%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBA172 (or 0xDBA172) is known color: Tumbleweed. HEX triplet: DB, A1 and 72. RGB value is (219,161,114). Sum of RGB (Red+Green+Blue) = 219+161+114=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA172 is #245E8D. Grayscale: #ADADAD. Windows color (decimal): -2383502 or 7512539. OLE color: 7512539.

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

Color convert

RGB 219 161 114 -
CMYK 0 0.26 0.48 0.14
HSL 26.86º 0.59% 0.65% -
HSV(B) 26.86º 0.48% 0.86% -
XYZ 45 41.76 21.61 -
YUV 172.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 219 161 114 0 0.26 0.48 0.14 26.86 0.59 0.65
Hex DB A1 72 0 1A 30 E 1B 3B 41
Octal 333 241 162 0 32 60 16 33 73 101
Binary 11011011 10100001 1110010 0 11010 110000 1110 11011 111011 1000001

Color Harmonies of #DBA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA172

Black with #DBA172

Text Example


Text Example

White with #DBA172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA172; }

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

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

background-color css

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

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

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

border-color css

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

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

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