Shades of Tahuna Sands #DBCF98
Tints of Tahuna Sands #DBCF98
RGB
CMYK
RGB Variations
Color information
#DBCF98 (or 0xDBCF98) is known color: Tahuna Sands. HEX triplet: DB, CF and 98. RGB value is (219,207,152). Sum of RGB (Red+Green+Blue) = 219+207+152=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF98 is #243067. Grayscale: #CCCCCC. Windows color (decimal): -2371688 or 10014683. OLE color: 10014683.
HSL color Cylindrical-coordinate representation of color #DBCF98: hue angle of 49.25º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBCF98 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 152 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.14 |
| HSL | 49.25º | 0.48% | 0.73% | - |
| HSV(B) | 49.25º | 0.31% | 0.86% | - |
| XYZ | 57.19 | 61.95 | 38.65 | - |
| YUV | 204.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 152 | 0 | 0.05 | 0.31 | 0.14 | 49.25 | 0.48 | 0.73 |
| Hex | DB | CF | 98 | 0 | 5 | 1F | E | 31 | 30 | 49 |
| Octal | 333 | 317 | 230 | 0 | 5 | 37 | 16 | 61 | 60 | 111 |
| Binary | 11011011 | 11001111 | 10011000 | 0 | 101 | 11111 | 1110 | 110001 | 110000 | 1001001 |
Color Harmonies of #DBCF98
Complementary color
Monochromatic Colors of #DBCF98
Black with #DBCF98
Text Example
Text Example
White with #DBCF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF98; }
p { color: rgb(219,207,152); }
H1.HeaderClassName
{
color: #DBCF98;
}
.AnyTagClassName
{
color: #DBCF98;
}
</style>
background-color css
<style>
a { background-color: #DBCF98; }
a { background-color: rgb(219,207,152); }
div.DivClassName
{
background-color: #DBCF98;
}
.BgClassName
{
background-color: #DBCF98;
}
</style>
border-color css
<style>
span { border-color: #DBCF98; }
span { border-color: rgb(219,207,152); }
td.TdClassName
{
border-color: #DBCF98;
}
.TagClassName
{
border-color: #DBCF98;
}
</style>