Shades of Tahuna Sands #DBC99B
Tints of Tahuna Sands #DBC99B
RGB
CMYK
RGB Variations
Color information
#DBC99B (or 0xDBC99B) is known color: Tahuna Sands. HEX triplet: DB, C9 and 9B. RGB value is (219,201,155). Sum of RGB (Red+Green+Blue) = 219+201+155=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC99B is #243664. Grayscale: #C9C9C9. Windows color (decimal): -2373221 or 10209755. OLE color: 10209755.
HSL color Cylindrical-coordinate representation of color #DBC99B: hue angle of 43.12º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBC99B is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 155 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.14 |
| HSL | 43.13º | 0.47% | 0.73% | - |
| HSV(B) | 43.13º | 0.29% | 0.86% | - |
| XYZ | 56.02 | 59.2 | 39.48 | - |
| YUV | 201.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 155 | 0 | 0.08 | 0.29 | 0.14 | 43.13 | 0.47 | 0.73 |
| Hex | DB | C9 | 9B | 0 | 8 | 1D | E | 2B | 2F | 49 |
| Octal | 333 | 311 | 233 | 0 | 10 | 35 | 16 | 53 | 57 | 111 |
| Binary | 11011011 | 11001001 | 10011011 | 0 | 1000 | 11101 | 1110 | 101011 | 101111 | 1001001 |
Color Harmonies of #DBC99B
Complementary color
Monochromatic Colors of #DBC99B
Black with #DBC99B
Text Example
Text Example
White with #DBC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC99B; }
p { color: rgb(219,201,155); }
H1.HeaderClassName
{
color: #DBC99B;
}
.AnyTagClassName
{
color: #DBC99B;
}
</style>
background-color css
<style>
a { background-color: #DBC99B; }
a { background-color: rgb(219,201,155); }
div.DivClassName
{
background-color: #DBC99B;
}
.BgClassName
{
background-color: #DBC99B;
}
</style>
border-color css
<style>
span { border-color: #DBC99B; }
span { border-color: rgb(219,201,155); }
td.TdClassName
{
border-color: #DBC99B;
}
.TagClassName
{
border-color: #DBC99B;
}
</style>