Shades of Tahuna Sands #DBCC9F
Tints of Tahuna Sands #DBCC9F
RGB
CMYK
RGB Variations
Color information
#DBCC9F (or 0xDBCC9F) is known color: Tahuna Sands. HEX triplet: DB, CC and 9F. RGB value is (219,204,159). Sum of RGB (Red+Green+Blue) = 219+204+159=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC9F is #243360. Grayscale: #CBCBCB. Windows color (decimal): -2372449 or 10472667. OLE color: 10472667.
HSL color Cylindrical-coordinate representation of color #DBCC9F: hue angle of 45º 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 #DBCC9F is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 159 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.14 |
| HSL | 45º | 0.45% | 0.74% | - |
| HSV(B) | 45º | 0.27% | 0.86% | - |
| XYZ | 57.06 | 60.75 | 41.52 | - |
| YUV | 203.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 159 | 0 | 0.07 | 0.27 | 0.14 | 45 | 0.45 | 0.74 |
| Hex | DB | CC | 9F | 0 | 7 | 1B | E | 2D | 2D | 4A |
| Octal | 333 | 314 | 237 | 0 | 7 | 33 | 16 | 55 | 55 | 112 |
| Binary | 11011011 | 11001100 | 10011111 | 0 | 111 | 11011 | 1110 | 101101 | 101101 | 1001010 |
Color Harmonies of #DBCC9F
Complementary color
Monochromatic Colors of #DBCC9F
Black with #DBCC9F
Text Example
Text Example
White with #DBCC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC9F; }
p { color: rgb(219,204,159); }
H1.HeaderClassName
{
color: #DBCC9F;
}
.AnyTagClassName
{
color: #DBCC9F;
}
</style>
background-color css
<style>
a { background-color: #DBCC9F; }
a { background-color: rgb(219,204,159); }
div.DivClassName
{
background-color: #DBCC9F;
}
.BgClassName
{
background-color: #DBCC9F;
}
</style>
border-color css
<style>
span { border-color: #DBCC9F; }
span { border-color: rgb(219,204,159); }
td.TdClassName
{
border-color: #DBCC9F;
}
.TagClassName
{
border-color: #DBCC9F;
}
</style>