Shades of Tahuna Sands #DBC794
Tints of Tahuna Sands #DBC794
RGB
CMYK
RGB Variations
Color information
#DBC794 (or 0xDBC794) is known color: Tahuna Sands. HEX triplet: DB, C7 and 94. RGB value is (219,199,148). Sum of RGB (Red+Green+Blue) = 219+199+148=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC794 is #24386B. Grayscale: #C7C7C7. Windows color (decimal): -2373740 or 9750491. OLE color: 9750491.
HSL color Cylindrical-coordinate representation of color #DBC794: hue angle of 43.1º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBC794 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 148 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.14 |
| HSL | 43.1º | 0.5% | 0.72% | - |
| HSV(B) | 43.1º | 0.32% | 0.86% | - |
| XYZ | 54.98 | 58.05 | 36.32 | - |
| YUV | 199.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 148 | 0 | 0.09 | 0.32 | 0.14 | 43.1 | 0.5 | 0.72 |
| Hex | DB | C7 | 94 | 0 | 9 | 20 | E | 2B | 32 | 48 |
| Octal | 333 | 307 | 224 | 0 | 11 | 40 | 16 | 53 | 62 | 110 |
| Binary | 11011011 | 11000111 | 10010100 | 0 | 1001 | 100000 | 1110 | 101011 | 110010 | 1001000 |
Color Harmonies of #DBC794
Complementary color
Monochromatic Colors of #DBC794
Black with #DBC794
Text Example
Text Example
White with #DBC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC794; }
p { color: rgb(219,199,148); }
H1.HeaderClassName
{
color: #DBC794;
}
.AnyTagClassName
{
color: #DBC794;
}
</style>
background-color css
<style>
a { background-color: #DBC794; }
a { background-color: rgb(219,199,148); }
div.DivClassName
{
background-color: #DBC794;
}
.BgClassName
{
background-color: #DBC794;
}
</style>
border-color css
<style>
span { border-color: #DBC794; }
span { border-color: rgb(219,199,148); }
td.TdClassName
{
border-color: #DBC794;
}
.TagClassName
{
border-color: #DBC794;
}
</style>