Shades of Tahuna Sands #DBCC9D
Tints of Tahuna Sands #DBCC9D
RGB
CMYK
RGB Variations
Color information
#DBCC9D (or 0xDBCC9D) is known color: Tahuna Sands. HEX triplet: DB, CC and 9D. RGB value is (219,204,157). Sum of RGB (Red+Green+Blue) = 219+204+157=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC9D is #243362. Grayscale: #CBCBCB. Windows color (decimal): -2372451 or 10341595. OLE color: 10341595.
HSL color Cylindrical-coordinate representation of color #DBCC9D: hue angle of 45.48º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBCC9D is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 157 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.14 |
| HSL | 45.48º | 0.46% | 0.74% | - |
| HSV(B) | 45.48º | 0.28% | 0.86% | - |
| XYZ | 56.89 | 60.68 | 40.61 | - |
| YUV | 203.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 157 | 0 | 0.07 | 0.28 | 0.14 | 45.48 | 0.46 | 0.74 |
| Hex | DB | CC | 9D | 0 | 7 | 1C | E | 2D | 2E | 4A |
| Octal | 333 | 314 | 235 | 0 | 7 | 34 | 16 | 55 | 56 | 112 |
| Binary | 11011011 | 11001100 | 10011101 | 0 | 111 | 11100 | 1110 | 101101 | 101110 | 1001010 |
Color Harmonies of #DBCC9D
Complementary color
Monochromatic Colors of #DBCC9D
Black with #DBCC9D
Text Example
Text Example
White with #DBCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC9D; }
p { color: rgb(219,204,157); }
H1.HeaderClassName
{
color: #DBCC9D;
}
.AnyTagClassName
{
color: #DBCC9D;
}
</style>
background-color css
<style>
a { background-color: #DBCC9D; }
a { background-color: rgb(219,204,157); }
div.DivClassName
{
background-color: #DBCC9D;
}
.BgClassName
{
background-color: #DBCC9D;
}
</style>
border-color css
<style>
span { border-color: #DBCC9D; }
span { border-color: rgb(219,204,157); }
td.TdClassName
{
border-color: #DBCC9D;
}
.TagClassName
{
border-color: #DBCC9D;
}
</style>