Shades of Tahuna Sands #DBC997
Tints of Tahuna Sands #DBC997
RGB
CMYK
RGB Variations
Color information
#DBC997 (or 0xDBC997) is known color: Tahuna Sands. HEX triplet: DB, C9 and 97. RGB value is (219,201,151). Sum of RGB (Red+Green+Blue) = 219+201+151=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC997 is #243668. Grayscale: #C8C8C8. Windows color (decimal): -2373225 or 9947611. OLE color: 9947611.
HSL color Cylindrical-coordinate representation of color #DBC997: hue angle of 44.12º degrees, saturation: 0.49, 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 #DBC997 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 151 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.14 |
| HSL | 44.12º | 0.49% | 0.73% | - |
| HSV(B) | 44.12º | 0.31% | 0.86% | - |
| XYZ | 55.69 | 59.07 | 37.74 | - |
| YUV | 200.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 151 | 0 | 0.08 | 0.31 | 0.14 | 44.12 | 0.49 | 0.73 |
| Hex | DB | C9 | 97 | 0 | 8 | 1F | E | 2C | 31 | 49 |
| Octal | 333 | 311 | 227 | 0 | 10 | 37 | 16 | 54 | 61 | 111 |
| Binary | 11011011 | 11001001 | 10010111 | 0 | 1000 | 11111 | 1110 | 101100 | 110001 | 1001001 |
Color Harmonies of #DBC997
Complementary color
Monochromatic Colors of #DBC997
Black with #DBC997
Text Example
Text Example
White with #DBC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC997; }
p { color: rgb(219,201,151); }
H1.HeaderClassName
{
color: #DBC997;
}
.AnyTagClassName
{
color: #DBC997;
}
</style>
background-color css
<style>
a { background-color: #DBC997; }
a { background-color: rgb(219,201,151); }
div.DivClassName
{
background-color: #DBC997;
}
.BgClassName
{
background-color: #DBC997;
}
</style>
border-color css
<style>
span { border-color: #DBC997; }
span { border-color: rgb(219,201,151); }
td.TdClassName
{
border-color: #DBC997;
}
.TagClassName
{
border-color: #DBC997;
}
</style>