#DBA184

Color #DBA184 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DBA184

Tints of Tumbleweed #DBA184

Color information

#DBA184 (or 0xDBA184) is unknown color: approx Tumbleweed. HEX triplet: DB, A1 and 84. RGB value is (219,161,132). Sum of RGB (Red+Green+Blue) = 219+161+132=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA184 is #245E7B. Grayscale: #AFAFAF. Windows color (decimal): -2383484 or 8692187. OLE color: 8692187.

HSL color Cylindrical-coordinate representation of color #DBA184: hue angle of 20º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBA184 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219161132-
CMYK00.260.400.14
HSL20º54.72%68.82%-
HSV(B)20º39.73%85.88%-
XYZ46.1242.2227.55-
YUV175.04103.72159.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=42.77%
G=31.45%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916113200.260.400.142054.7268.82
HexDBA18401A28E143745
Octal33324120403250162467105
Binary1101101110100001100001000110101010001110101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA184; }

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

 H1.HeaderClassName
 {
   color: #DBA184;
 }
 .AnyTagClassName
 {
   color: #DBA184;
 }
</style>
background-color css

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

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

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

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

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

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