Shades of Tahuna Sands #DBC898
Tints of Tahuna Sands #DBC898
RGB
CMYK
RGB Variations
Color information
#DBC898 (or 0xDBC898) is known color: Tahuna Sands. HEX triplet: DB, C8 and 98. RGB value is (219,200,152). Sum of RGB (Red+Green+Blue) = 219+200+152=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC898 is #243767. Grayscale: #C8C8C8. Windows color (decimal): -2373480 or 10012891. OLE color: 10012891.
HSL color Cylindrical-coordinate representation of color #DBC898: hue angle of 42.99º 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 #DBC898 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 152 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.14 |
| HSL | 42.99º | 0.48% | 0.73% | - |
| HSV(B) | 42.99º | 0.31% | 0.86% | - |
| XYZ | 55.54 | 58.64 | 38.1 | - |
| YUV | 200.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 152 | 0 | 0.09 | 0.31 | 0.14 | 42.99 | 0.48 | 0.73 |
| Hex | DB | C8 | 98 | 0 | 9 | 1F | E | 2B | 30 | 49 |
| Octal | 333 | 310 | 230 | 0 | 11 | 37 | 16 | 53 | 60 | 111 |
| Binary | 11011011 | 11001000 | 10011000 | 0 | 1001 | 11111 | 1110 | 101011 | 110000 | 1001001 |
Color Harmonies of #DBC898
Complementary color
Monochromatic Colors of #DBC898
Black with #DBC898
Text Example
Text Example
White with #DBC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC898; }
p { color: rgb(219,200,152); }
H1.HeaderClassName
{
color: #DBC898;
}
.AnyTagClassName
{
color: #DBC898;
}
</style>
background-color css
<style>
a { background-color: #DBC898; }
a { background-color: rgb(219,200,152); }
div.DivClassName
{
background-color: #DBC898;
}
.BgClassName
{
background-color: #DBC898;
}
</style>
border-color css
<style>
span { border-color: #DBC898; }
span { border-color: rgb(219,200,152); }
td.TdClassName
{
border-color: #DBC898;
}
.TagClassName
{
border-color: #DBC898;
}
</style>