Shades of Tahuna Sands #DBCB9B
Tints of Tahuna Sands #DBCB9B
RGB
CMYK
RGB Variations
Color information
#DBCB9B (or 0xDBCB9B) is known color: Tahuna Sands. HEX triplet: DB, CB and 9B. RGB value is (219,203,155). Sum of RGB (Red+Green+Blue) = 219+203+155=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB9B is #243464. Grayscale: #CACACA. Windows color (decimal): -2372709 or 10210267. OLE color: 10210267.
HSL color Cylindrical-coordinate representation of color #DBCB9B: hue angle of 45º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBCB9B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 155 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.14 |
| HSL | 45º | 0.47% | 0.73% | - |
| HSV(B) | 45º | 0.29% | 0.86% | - |
| XYZ | 56.49 | 60.14 | 39.64 | - |
| YUV | 202.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 155 | 0 | 0.07 | 0.29 | 0.14 | 45 | 0.47 | 0.73 |
| Hex | DB | CB | 9B | 0 | 7 | 1D | E | 2D | 2F | 49 |
| Octal | 333 | 313 | 233 | 0 | 7 | 35 | 16 | 55 | 57 | 111 |
| Binary | 11011011 | 11001011 | 10011011 | 0 | 111 | 11101 | 1110 | 101101 | 101111 | 1001001 |
Color Harmonies of #DBCB9B
Complementary color
Monochromatic Colors of #DBCB9B
Black with #DBCB9B
Text Example
Text Example
White with #DBCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB9B; }
p { color: rgb(219,203,155); }
H1.HeaderClassName
{
color: #DBCB9B;
}
.AnyTagClassName
{
color: #DBCB9B;
}
</style>
background-color css
<style>
a { background-color: #DBCB9B; }
a { background-color: rgb(219,203,155); }
div.DivClassName
{
background-color: #DBCB9B;
}
.BgClassName
{
background-color: #DBCB9B;
}
</style>
border-color css
<style>
span { border-color: #DBCB9B; }
span { border-color: rgb(219,203,155); }
td.TdClassName
{
border-color: #DBCB9B;
}
.TagClassName
{
border-color: #DBCB9B;
}
</style>