Shades of Tahuna Sands #DBCB9C
Tints of Tahuna Sands #DBCB9C
RGB
CMYK
RGB Variations
Color information
#DBCB9C (or 0xDBCB9C) is known color: Tahuna Sands. HEX triplet: DB, CB and 9C. RGB value is (219,203,156). Sum of RGB (Red+Green+Blue) = 219+203+156=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB9C is #243463. Grayscale: #CACACA. Windows color (decimal): -2372708 or 10275803. OLE color: 10275803.
HSL color Cylindrical-coordinate representation of color #DBCB9C: hue angle of 44.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBCB9C is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 156 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.14 |
| HSL | 44.76º | 0.47% | 0.74% | - |
| HSV(B) | 44.76º | 0.29% | 0.86% | - |
| XYZ | 56.57 | 60.17 | 40.09 | - |
| YUV | 202.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 156 | 0 | 0.07 | 0.29 | 0.14 | 44.76 | 0.47 | 0.74 |
| Hex | DB | CB | 9C | 0 | 7 | 1D | E | 2D | 2F | 4A |
| Octal | 333 | 313 | 234 | 0 | 7 | 35 | 16 | 55 | 57 | 112 |
| Binary | 11011011 | 11001011 | 10011100 | 0 | 111 | 11101 | 1110 | 101101 | 101111 | 1001010 |
Color Harmonies of #DBCB9C
Complementary color
Monochromatic Colors of #DBCB9C
Black with #DBCB9C
Text Example
Text Example
White with #DBCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB9C; }
p { color: rgb(219,203,156); }
H1.HeaderClassName
{
color: #DBCB9C;
}
.AnyTagClassName
{
color: #DBCB9C;
}
</style>
background-color css
<style>
a { background-color: #DBCB9C; }
a { background-color: rgb(219,203,156); }
div.DivClassName
{
background-color: #DBCB9C;
}
.BgClassName
{
background-color: #DBCB9C;
}
</style>
border-color css
<style>
span { border-color: #DBCB9C; }
span { border-color: rgb(219,203,156); }
td.TdClassName
{
border-color: #DBCB9C;
}
.TagClassName
{
border-color: #DBCB9C;
}
</style>