#DBAD8E

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

Shades of Tumbleweed #DBAD8E

Tints of Tumbleweed #DBAD8E

Color information

#DBAD8E (or 0xDBAD8E) is unknown color: approx Tumbleweed. HEX triplet: DB, AD and 8E. RGB value is (219,173,142). Sum of RGB (Red+Green+Blue) = 219+173+142=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD8E is #245271. Grayscale: #B7B7B7. Windows color (decimal): -2380402 or 9350619. OLE color: 9350619.

HSL color Cylindrical-coordinate representation of color #DBAD8E: hue angle of 24.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBAD8E is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219173142-
CMYK00.210.350.14
HSL24.16º51.68%70.78%-
HSV(B)24.16º35.16%85.88%-
XYZ49.0446.932.06-
YUV183.22104.74153.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=41.01%
G=32.40%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917314200.210.350.1424.1651.6870.78
HexDBAD8E01523E183447
Octal33325521602543163064107
Binary1101101110101101100011100101011000111110110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD8E; }

 p { color: rgb(219,173,142); }

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

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

 a { background-color: rgb(219,173,142); }

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

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

 span { border-color: rgb(219,173,142); }

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