Shades of Tahuna Sands #DBCEA0
Tints of Tahuna Sands #DBCEA0
RGB
CMYK
RGB Variations
Color information
#DBCEA0 (or 0xDBCEA0) is known color: Tahuna Sands. HEX triplet: DB, CE and A0. RGB value is (219,206,160). Sum of RGB (Red+Green+Blue) = 219+206+160=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEA0 is #24315F. Grayscale: #CCCCCC. Windows color (decimal): -2371936 or 10538715. OLE color: 10538715.
HSL color Cylindrical-coordinate representation of color #DBCEA0: hue angle of 46.78º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBCEA0 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 160 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.14 |
| HSL | 46.78º | 0.45% | 0.74% | - |
| HSV(B) | 46.78º | 0.27% | 0.86% | - |
| XYZ | 57.63 | 61.74 | 42.14 | - |
| YUV | 204.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 160 | 0 | 0.06 | 0.27 | 0.14 | 46.78 | 0.45 | 0.74 |
| Hex | DB | CE | A0 | 0 | 6 | 1B | E | 2F | 2D | 4A |
| Octal | 333 | 316 | 240 | 0 | 6 | 33 | 16 | 57 | 55 | 112 |
| Binary | 11011011 | 11001110 | 10100000 | 0 | 110 | 11011 | 1110 | 101111 | 101101 | 1001010 |
Color Harmonies of #DBCEA0
Complementary color
Monochromatic Colors of #DBCEA0
Black with #DBCEA0
Text Example
Text Example
White with #DBCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEA0; }
p { color: rgb(219,206,160); }
H1.HeaderClassName
{
color: #DBCEA0;
}
.AnyTagClassName
{
color: #DBCEA0;
}
</style>
background-color css
<style>
a { background-color: #DBCEA0; }
a { background-color: rgb(219,206,160); }
div.DivClassName
{
background-color: #DBCEA0;
}
.BgClassName
{
background-color: #DBCEA0;
}
</style>
border-color css
<style>
span { border-color: #DBCEA0; }
span { border-color: rgb(219,206,160); }
td.TdClassName
{
border-color: #DBCEA0;
}
.TagClassName
{
border-color: #DBCEA0;
}
</style>