Shades of Tahuna Sands #DBCC91
Tints of Tahuna Sands #DBCC91
RGB
CMYK
RGB Variations
Color information
#DBCC91 (or 0xDBCC91) is known color: Tahuna Sands. HEX triplet: DB, CC and 91. RGB value is (219,204,145). Sum of RGB (Red+Green+Blue) = 219+204+145=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC91 is #24336E. Grayscale: #CACACA. Windows color (decimal): -2372463 or 9555163. OLE color: 9555163.
HSL color Cylindrical-coordinate representation of color #DBCC91: hue angle of 47.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBCC91 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 145 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.14 |
| HSL | 47.84º | 0.51% | 0.71% | - |
| HSV(B) | 47.84º | 0.34% | 0.86% | - |
| XYZ | 55.92 | 60.29 | 35.48 | - |
| YUV | 201.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 145 | 0 | 0.07 | 0.34 | 0.14 | 47.84 | 0.51 | 0.71 |
| Hex | DB | CC | 91 | 0 | 7 | 22 | E | 30 | 33 | 47 |
| Octal | 333 | 314 | 221 | 0 | 7 | 42 | 16 | 60 | 63 | 107 |
| Binary | 11011011 | 11001100 | 10010001 | 0 | 111 | 100010 | 1110 | 110000 | 110011 | 1000111 |
Color Harmonies of #DBCC91
Complementary color
Monochromatic Colors of #DBCC91
Black with #DBCC91
Text Example
Text Example
White with #DBCC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC91; }
p { color: rgb(219,204,145); }
H1.HeaderClassName
{
color: #DBCC91;
}
.AnyTagClassName
{
color: #DBCC91;
}
</style>
background-color css
<style>
a { background-color: #DBCC91; }
a { background-color: rgb(219,204,145); }
div.DivClassName
{
background-color: #DBCC91;
}
.BgClassName
{
background-color: #DBCC91;
}
</style>
border-color css
<style>
span { border-color: #DBCC91; }
span { border-color: rgb(219,204,145); }
td.TdClassName
{
border-color: #DBCC91;
}
.TagClassName
{
border-color: #DBCC91;
}
</style>