Shades of Tahuna Sands #DBCB96
Tints of Tahuna Sands #DBCB96
RGB
CMYK
RGB Variations
Color information
#DBCB96 (or 0xDBCB96) is known color: Tahuna Sands. HEX triplet: DB, CB and 96. RGB value is (219,203,150). Sum of RGB (Red+Green+Blue) = 219+203+150=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB96 is #243469. Grayscale: #C9C9C9. Windows color (decimal): -2372714 or 9882587. OLE color: 9882587.
HSL color Cylindrical-coordinate representation of color #DBCB96: hue angle of 46.09º 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 #DBCB96 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 150 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.14 |
| HSL | 46.09º | 0.49% | 0.72% | - |
| HSV(B) | 46.09º | 0.32% | 0.86% | - |
| XYZ | 56.07 | 59.97 | 37.47 | - |
| YUV | 201.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 150 | 0 | 0.07 | 0.32 | 0.14 | 46.09 | 0.49 | 0.72 |
| Hex | DB | CB | 96 | 0 | 7 | 20 | E | 2E | 31 | 48 |
| Octal | 333 | 313 | 226 | 0 | 7 | 40 | 16 | 56 | 61 | 110 |
| Binary | 11011011 | 11001011 | 10010110 | 0 | 111 | 100000 | 1110 | 101110 | 110001 | 1001000 |
Color Harmonies of #DBCB96
Complementary color
Monochromatic Colors of #DBCB96
Black with #DBCB96
Text Example
Text Example
White with #DBCB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB96; }
p { color: rgb(219,203,150); }
H1.HeaderClassName
{
color: #DBCB96;
}
.AnyTagClassName
{
color: #DBCB96;
}
</style>
background-color css
<style>
a { background-color: #DBCB96; }
a { background-color: rgb(219,203,150); }
div.DivClassName
{
background-color: #DBCB96;
}
.BgClassName
{
background-color: #DBCB96;
}
</style>
border-color css
<style>
span { border-color: #DBCB96; }
span { border-color: rgb(219,203,150); }
td.TdClassName
{
border-color: #DBCB96;
}
.TagClassName
{
border-color: #DBCB96;
}
</style>