Shades of Tahuna Sands #DBCE95
Tints of Tahuna Sands #DBCE95
RGB
CMYK
RGB Variations
Color information
#DBCE95 (or 0xDBCE95) is known color: Tahuna Sands. HEX triplet: DB, CE and 95. RGB value is (219,206,149). Sum of RGB (Red+Green+Blue) = 219+206+149=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCE95 is #24316A. Grayscale: #CBCBCB. Windows color (decimal): -2371947 or 9817819. OLE color: 9817819.
HSL color Cylindrical-coordinate representation of color #DBCE95: hue angle of 48.86º degrees, saturation: 0.49, 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 #DBCE95 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 149 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.14 |
| HSL | 48.86º | 0.49% | 0.72% | - |
| HSV(B) | 48.86º | 0.32% | 0.86% | - |
| XYZ | 56.71 | 61.37 | 37.29 | - |
| YUV | 203.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 149 | 0 | 0.06 | 0.32 | 0.14 | 48.86 | 0.49 | 0.72 |
| Hex | DB | CE | 95 | 0 | 6 | 20 | E | 31 | 31 | 48 |
| Octal | 333 | 316 | 225 | 0 | 6 | 40 | 16 | 61 | 61 | 110 |
| Binary | 11011011 | 11001110 | 10010101 | 0 | 110 | 100000 | 1110 | 110001 | 110001 | 1001000 |
Color Harmonies of #DBCE95
Complementary color
Monochromatic Colors of #DBCE95
Black with #DBCE95
Text Example
Text Example
White with #DBCE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE95; }
p { color: rgb(219,206,149); }
H1.HeaderClassName
{
color: #DBCE95;
}
.AnyTagClassName
{
color: #DBCE95;
}
</style>
background-color css
<style>
a { background-color: #DBCE95; }
a { background-color: rgb(219,206,149); }
div.DivClassName
{
background-color: #DBCE95;
}
.BgClassName
{
background-color: #DBCE95;
}
</style>
border-color css
<style>
span { border-color: #DBCE95; }
span { border-color: rgb(219,206,149); }
td.TdClassName
{
border-color: #DBCE95;
}
.TagClassName
{
border-color: #DBCE95;
}
</style>