Shades of Tahuna Sands #DBC996
Tints of Tahuna Sands #DBC996
RGB
CMYK
RGB Variations
Color information
#DBC996 (or 0xDBC996) is known color: Tahuna Sands. HEX triplet: DB, C9 and 96. RGB value is (219,201,150). Sum of RGB (Red+Green+Blue) = 219+201+150=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC996 is #243669. Grayscale: #C8C8C8. Windows color (decimal): -2373226 or 9882075. OLE color: 9882075.
HSL color Cylindrical-coordinate representation of color #DBC996: hue angle of 44.35º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBC996 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 150 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.14 |
| HSL | 44.35º | 0.49% | 0.72% | - |
| HSV(B) | 44.35º | 0.32% | 0.86% | - |
| XYZ | 55.61 | 59.04 | 37.32 | - |
| YUV | 200.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 150 | 0 | 0.08 | 0.32 | 0.14 | 44.35 | 0.49 | 0.72 |
| Hex | DB | C9 | 96 | 0 | 8 | 20 | E | 2C | 31 | 48 |
| Octal | 333 | 311 | 226 | 0 | 10 | 40 | 16 | 54 | 61 | 110 |
| Binary | 11011011 | 11001001 | 10010110 | 0 | 1000 | 100000 | 1110 | 101100 | 110001 | 1001000 |
Color Harmonies of #DBC996
Complementary color
Monochromatic Colors of #DBC996
Black with #DBC996
Text Example
Text Example
White with #DBC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC996; }
p { color: rgb(219,201,150); }
H1.HeaderClassName
{
color: #DBC996;
}
.AnyTagClassName
{
color: #DBC996;
}
</style>
background-color css
<style>
a { background-color: #DBC996; }
a { background-color: rgb(219,201,150); }
div.DivClassName
{
background-color: #DBC996;
}
.BgClassName
{
background-color: #DBC996;
}
</style>
border-color css
<style>
span { border-color: #DBC996; }
span { border-color: rgb(219,201,150); }
td.TdClassName
{
border-color: #DBC996;
}
.TagClassName
{
border-color: #DBC996;
}
</style>