Shades of Tahuna Sands #DBCA9E
Tints of Tahuna Sands #DBCA9E
RGB
CMYK
RGB Variations
Color information
#DBCA9E (or 0xDBCA9E) is known color: Tahuna Sands. HEX triplet: DB, CA and 9E. RGB value is (219,202,158). Sum of RGB (Red+Green+Blue) = 219+202+158=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA9E is #243561. Grayscale: #CACACA. Windows color (decimal): -2372962 or 10406619. OLE color: 10406619.
HSL color Cylindrical-coordinate representation of color #DBCA9E: hue angle of 43.28º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBCA9E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 158 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.14 |
| HSL | 43.28º | 0.46% | 0.74% | - |
| HSV(B) | 43.28º | 0.28% | 0.86% | - |
| XYZ | 56.51 | 59.77 | 40.91 | - |
| YUV | 202.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 158 | 0 | 0.08 | 0.28 | 0.14 | 43.28 | 0.46 | 0.74 |
| Hex | DB | CA | 9E | 0 | 8 | 1C | E | 2B | 2E | 4A |
| Octal | 333 | 312 | 236 | 0 | 10 | 34 | 16 | 53 | 56 | 112 |
| Binary | 11011011 | 11001010 | 10011110 | 0 | 1000 | 11100 | 1110 | 101011 | 101110 | 1001010 |
Color Harmonies of #DBCA9E
Complementary color
Monochromatic Colors of #DBCA9E
Black with #DBCA9E
Text Example
Text Example
White with #DBCA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA9E; }
p { color: rgb(219,202,158); }
H1.HeaderClassName
{
color: #DBCA9E;
}
.AnyTagClassName
{
color: #DBCA9E;
}
</style>
background-color css
<style>
a { background-color: #DBCA9E; }
a { background-color: rgb(219,202,158); }
div.DivClassName
{
background-color: #DBCA9E;
}
.BgClassName
{
background-color: #DBCA9E;
}
</style>
border-color css
<style>
span { border-color: #DBCA9E; }
span { border-color: rgb(219,202,158); }
td.TdClassName
{
border-color: #DBCA9E;
}
.TagClassName
{
border-color: #DBCA9E;
}
</style>