Shades of Tahuna Sands #DBCC95
Tints of Tahuna Sands #DBCC95
RGB
CMYK
RGB Variations
Color information
#DBCC95 (or 0xDBCC95) is known color: Tahuna Sands. HEX triplet: DB, CC and 95. RGB value is (219,204,149). Sum of RGB (Red+Green+Blue) = 219+204+149=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC95 is #24336A. Grayscale: #CACACA. Windows color (decimal): -2372459 or 9817307. OLE color: 9817307.
HSL color Cylindrical-coordinate representation of color #DBCC95: hue angle of 47.14º 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 #DBCC95 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 149 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.14 |
| HSL | 47.14º | 0.49% | 0.72% | - |
| HSV(B) | 47.14º | 0.32% | 0.86% | - |
| XYZ | 56.23 | 60.42 | 37.13 | - |
| YUV | 202.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 149 | 0 | 0.07 | 0.32 | 0.14 | 47.14 | 0.49 | 0.72 |
| Hex | DB | CC | 95 | 0 | 7 | 20 | E | 2F | 31 | 48 |
| Octal | 333 | 314 | 225 | 0 | 7 | 40 | 16 | 57 | 61 | 110 |
| Binary | 11011011 | 11001100 | 10010101 | 0 | 111 | 100000 | 1110 | 101111 | 110001 | 1001000 |
Color Harmonies of #DBCC95
Complementary color
Monochromatic Colors of #DBCC95
Black with #DBCC95
Text Example
Text Example
White with #DBCC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC95; }
p { color: rgb(219,204,149); }
H1.HeaderClassName
{
color: #DBCC95;
}
.AnyTagClassName
{
color: #DBCC95;
}
</style>
background-color css
<style>
a { background-color: #DBCC95; }
a { background-color: rgb(219,204,149); }
div.DivClassName
{
background-color: #DBCC95;
}
.BgClassName
{
background-color: #DBCC95;
}
</style>
border-color css
<style>
span { border-color: #DBCC95; }
span { border-color: rgb(219,204,149); }
td.TdClassName
{
border-color: #DBCC95;
}
.TagClassName
{
border-color: #DBCC95;
}
</style>