Shades of Tahuna Sands #DBCEA2
Tints of Tahuna Sands #DBCEA2
RGB
CMYK
RGB Variations
Color information
#DBCEA2 (or 0xDBCEA2) is known color: Tahuna Sands. HEX triplet: DB, CE and A2. RGB value is (219,206,162). Sum of RGB (Red+Green+Blue) = 219+206+162=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEA2 is #24315D. Grayscale: #CDCDCD. Windows color (decimal): -2371934 or 10669787. OLE color: 10669787.
HSL color Cylindrical-coordinate representation of color #DBCEA2: hue angle of 46.32º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBCEA2 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 162 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.14 |
| HSL | 46.32º | 0.44% | 0.75% | - |
| HSV(B) | 46.32º | 0.26% | 0.86% | - |
| XYZ | 57.81 | 61.81 | 43.07 | - |
| YUV | 204.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 162 | 0 | 0.06 | 0.26 | 0.14 | 46.32 | 0.44 | 0.75 |
| Hex | DB | CE | A2 | 0 | 6 | 1A | E | 2E | 2C | 4B |
| Octal | 333 | 316 | 242 | 0 | 6 | 32 | 16 | 56 | 54 | 113 |
| Binary | 11011011 | 11001110 | 10100010 | 0 | 110 | 11010 | 1110 | 101110 | 101100 | 1001011 |
Color Harmonies of #DBCEA2
Complementary color
Monochromatic Colors of #DBCEA2
Black with #DBCEA2
Text Example
Text Example
White with #DBCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEA2; }
p { color: rgb(219,206,162); }
H1.HeaderClassName
{
color: #DBCEA2;
}
.AnyTagClassName
{
color: #DBCEA2;
}
</style>
background-color css
<style>
a { background-color: #DBCEA2; }
a { background-color: rgb(219,206,162); }
div.DivClassName
{
background-color: #DBCEA2;
}
.BgClassName
{
background-color: #DBCEA2;
}
</style>
border-color css
<style>
span { border-color: #DBCEA2; }
span { border-color: rgb(219,206,162); }
td.TdClassName
{
border-color: #DBCEA2;
}
.TagClassName
{
border-color: #DBCEA2;
}
</style>