Shades of Tahuna Sands #DBC896
Tints of Tahuna Sands #DBC896
RGB
CMYK
RGB Variations
Color information
#DBC896 (or 0xDBC896) is known color: Tahuna Sands. HEX triplet: DB, C8 and 96. RGB value is (219,200,150). Sum of RGB (Red+Green+Blue) = 219+200+150=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC896 is #243769. Grayscale: #C8C8C8. Windows color (decimal): -2373482 or 9881819. OLE color: 9881819.
HSL color Cylindrical-coordinate representation of color #DBC896: hue angle of 43.48º 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 #DBC896 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 150 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.14 |
| HSL | 43.48º | 0.49% | 0.72% | - |
| HSV(B) | 43.48º | 0.32% | 0.86% | - |
| XYZ | 55.37 | 58.57 | 37.24 | - |
| YUV | 199.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 150 | 0 | 0.09 | 0.32 | 0.14 | 43.48 | 0.49 | 0.72 |
| Hex | DB | C8 | 96 | 0 | 9 | 20 | E | 2B | 31 | 48 |
| Octal | 333 | 310 | 226 | 0 | 11 | 40 | 16 | 53 | 61 | 110 |
| Binary | 11011011 | 11001000 | 10010110 | 0 | 1001 | 100000 | 1110 | 101011 | 110001 | 1001000 |
Color Harmonies of #DBC896
Complementary color
Monochromatic Colors of #DBC896
Black with #DBC896
Text Example
Text Example
White with #DBC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC896; }
p { color: rgb(219,200,150); }
H1.HeaderClassName
{
color: #DBC896;
}
.AnyTagClassName
{
color: #DBC896;
}
</style>
background-color css
<style>
a { background-color: #DBC896; }
a { background-color: rgb(219,200,150); }
div.DivClassName
{
background-color: #DBC896;
}
.BgClassName
{
background-color: #DBC896;
}
</style>
border-color css
<style>
span { border-color: #DBC896; }
span { border-color: rgb(219,200,150); }
td.TdClassName
{
border-color: #DBC896;
}
.TagClassName
{
border-color: #DBC896;
}
</style>