Shades of Tahuna Sands #DBD1A1
Tints of Tahuna Sands #DBD1A1
RGB
CMYK
RGB Variations
Color information
#DBD1A1 (or 0xDBD1A1) is known color: Tahuna Sands. HEX triplet: DB, D1 and A1. RGB value is (219,209,161). Sum of RGB (Red+Green+Blue) = 219+209+161=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD1A1 is #242E5E. Grayscale: #CECECE. Windows color (decimal): -2371167 or 10605019. OLE color: 10605019.
HSL color Cylindrical-coordinate representation of color #DBD1A1: hue angle of 49.66º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBD1A1 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 161 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.14 |
| HSL | 49.66º | 0.45% | 0.75% | - |
| HSV(B) | 49.66º | 0.26% | 0.86% | - |
| XYZ | 58.45 | 63.23 | 42.84 | - |
| YUV | 206.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 161 | 0 | 0.05 | 0.26 | 0.14 | 49.66 | 0.45 | 0.75 |
| Hex | DB | D1 | A1 | 0 | 5 | 1A | E | 32 | 2D | 4B |
| Octal | 333 | 321 | 241 | 0 | 5 | 32 | 16 | 62 | 55 | 113 |
| Binary | 11011011 | 11010001 | 10100001 | 0 | 101 | 11010 | 1110 | 110010 | 101101 | 1001011 |
Color Harmonies of #DBD1A1
Complementary color
Monochromatic Colors of #DBD1A1
Black with #DBD1A1
Text Example
Text Example
White with #DBD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1A1; }
p { color: rgb(219,209,161); }
H1.HeaderClassName
{
color: #DBD1A1;
}
.AnyTagClassName
{
color: #DBD1A1;
}
</style>
background-color css
<style>
a { background-color: #DBD1A1; }
a { background-color: rgb(219,209,161); }
div.DivClassName
{
background-color: #DBD1A1;
}
.BgClassName
{
background-color: #DBD1A1;
}
</style>
border-color css
<style>
span { border-color: #DBD1A1; }
span { border-color: rgb(219,209,161); }
td.TdClassName
{
border-color: #DBD1A1;
}
.TagClassName
{
border-color: #DBD1A1;
}
</style>