Shades of Tahuna Sands #DBC992
Tints of Tahuna Sands #DBC992
RGB
CMYK
RGB Variations
Color information
#DBC992 (or 0xDBC992) is known color: Tahuna Sands. HEX triplet: DB, C9 and 92. RGB value is (219,201,146). Sum of RGB (Red+Green+Blue) = 219+201+146=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC992 is #24366D. Grayscale: #C8C8C8. Windows color (decimal): -2373230 or 9619931. OLE color: 9619931.
HSL color Cylindrical-coordinate representation of color #DBC992: hue angle of 45.21º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBC992 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 146 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.14 |
| HSL | 45.21º | 0.5% | 0.72% | - |
| HSV(B) | 45.21º | 0.33% | 0.86% | - |
| XYZ | 55.29 | 58.91 | 35.65 | - |
| YUV | 200.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 146 | 0 | 0.08 | 0.33 | 0.14 | 45.21 | 0.5 | 0.72 |
| Hex | DB | C9 | 92 | 0 | 8 | 21 | E | 2D | 32 | 48 |
| Octal | 333 | 311 | 222 | 0 | 10 | 41 | 16 | 55 | 62 | 110 |
| Binary | 11011011 | 11001001 | 10010010 | 0 | 1000 | 100001 | 1110 | 101101 | 110010 | 1001000 |
Color Harmonies of #DBC992
Complementary color
Monochromatic Colors of #DBC992
Black with #DBC992
Text Example
Text Example
White with #DBC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC992; }
p { color: rgb(219,201,146); }
H1.HeaderClassName
{
color: #DBC992;
}
.AnyTagClassName
{
color: #DBC992;
}
</style>
background-color css
<style>
a { background-color: #DBC992; }
a { background-color: rgb(219,201,146); }
div.DivClassName
{
background-color: #DBC992;
}
.BgClassName
{
background-color: #DBC992;
}
</style>
border-color css
<style>
span { border-color: #DBC992; }
span { border-color: rgb(219,201,146); }
td.TdClassName
{
border-color: #DBC992;
}
.TagClassName
{
border-color: #DBC992;
}
</style>