Shades of Tahuna Sands #DBCB9F
Tints of Tahuna Sands #DBCB9F
RGB
CMYK
RGB Variations
Color information
#DBCB9F (or 0xDBCB9F) is known color: Tahuna Sands. HEX triplet: DB, CB and 9F. RGB value is (219,203,159). Sum of RGB (Red+Green+Blue) = 219+203+159=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB9F is #243460. Grayscale: #CACACA. Windows color (decimal): -2372705 or 10472411. OLE color: 10472411.
HSL color Cylindrical-coordinate representation of color #DBCB9F: hue angle of 44º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBCB9F is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 159 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.14 |
| HSL | 44º | 0.45% | 0.74% | - |
| HSV(B) | 44º | 0.27% | 0.86% | - |
| XYZ | 56.83 | 60.28 | 41.44 | - |
| YUV | 202.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 159 | 0 | 0.07 | 0.27 | 0.14 | 44 | 0.45 | 0.74 |
| Hex | DB | CB | 9F | 0 | 7 | 1B | E | 2C | 2D | 4A |
| Octal | 333 | 313 | 237 | 0 | 7 | 33 | 16 | 54 | 55 | 112 |
| Binary | 11011011 | 11001011 | 10011111 | 0 | 111 | 11011 | 1110 | 101100 | 101101 | 1001010 |
Color Harmonies of #DBCB9F
Complementary color
Monochromatic Colors of #DBCB9F
Black with #DBCB9F
Text Example
Text Example
White with #DBCB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB9F; }
p { color: rgb(219,203,159); }
H1.HeaderClassName
{
color: #DBCB9F;
}
.AnyTagClassName
{
color: #DBCB9F;
}
</style>
background-color css
<style>
a { background-color: #DBCB9F; }
a { background-color: rgb(219,203,159); }
div.DivClassName
{
background-color: #DBCB9F;
}
.BgClassName
{
background-color: #DBCB9F;
}
</style>
border-color css
<style>
span { border-color: #DBCB9F; }
span { border-color: rgb(219,203,159); }
td.TdClassName
{
border-color: #DBCB9F;
}
.TagClassName
{
border-color: #DBCB9F;
}
</style>