Shades of Tahuna Sands #DBCF9F
Tints of Tahuna Sands #DBCF9F
RGB
CMYK
RGB Variations
Color information
#DBCF9F (or 0xDBCF9F) is known color: Tahuna Sands. HEX triplet: DB, CF and 9F. RGB value is (219,207,159). Sum of RGB (Red+Green+Blue) = 219+207+159=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF9F is #243060. Grayscale: #CDCDCD. Windows color (decimal): -2371681 or 10473435. OLE color: 10473435.
HSL color Cylindrical-coordinate representation of color #DBCF9F: hue angle of 48º 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 #DBCF9F is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 159 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.14 |
| HSL | 48º | 0.45% | 0.74% | - |
| HSV(B) | 48º | 0.27% | 0.86% | - |
| XYZ | 57.78 | 62.19 | 41.76 | - |
| YUV | 205.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 159 | 0 | 0.05 | 0.27 | 0.14 | 48 | 0.45 | 0.74 |
| Hex | DB | CF | 9F | 0 | 5 | 1B | E | 30 | 2D | 4A |
| Octal | 333 | 317 | 237 | 0 | 5 | 33 | 16 | 60 | 55 | 112 |
| Binary | 11011011 | 11001111 | 10011111 | 0 | 101 | 11011 | 1110 | 110000 | 101101 | 1001010 |
Color Harmonies of #DBCF9F
Complementary color
Monochromatic Colors of #DBCF9F
Black with #DBCF9F
Text Example
Text Example
White with #DBCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF9F; }
p { color: rgb(219,207,159); }
H1.HeaderClassName
{
color: #DBCF9F;
}
.AnyTagClassName
{
color: #DBCF9F;
}
</style>
background-color css
<style>
a { background-color: #DBCF9F; }
a { background-color: rgb(219,207,159); }
div.DivClassName
{
background-color: #DBCF9F;
}
.BgClassName
{
background-color: #DBCF9F;
}
</style>
border-color css
<style>
span { border-color: #DBCF9F; }
span { border-color: rgb(219,207,159); }
td.TdClassName
{
border-color: #DBCF9F;
}
.TagClassName
{
border-color: #DBCF9F;
}
</style>