#DBAB8C

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

Shades of Tumbleweed #DBAB8C

Tints of Tumbleweed #DBAB8C

Color information

#DBAB8C (or 0xDBAB8C) is unknown color: approx Tumbleweed. HEX triplet: DB, AB and 8C. RGB value is (219,171,140). Sum of RGB (Red+Green+Blue) = 219+171+140=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB8C is #245473. Grayscale: #B5B5B5. Windows color (decimal): -2380916 or 9219035. OLE color: 9219035.

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

Color convert

RGB219171140-
CMYK00.220.360.14
HSL23.54º52.32%70.39%-
HSV(B)23.54º36.07%85.88%-
XYZ48.5146.0831.15-
YUV181.82104.4154.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=41.32%
G=32.26%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917114000.220.360.1423.5452.3270.39
HexDBAB8C01624E183446
Octal33325321402644163064106
Binary1101101110101011100011000101101001001110110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB8C; }

 p { color: rgb(219,171,140); }

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

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

 a { background-color: rgb(219,171,140); }

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

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

 span { border-color: rgb(219,171,140); }

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