Shades of Tahuna Sands #DBCCA0
Tints of Tahuna Sands #DBCCA0
RGB
CMYK
RGB Variations
Color information
#DBCCA0 (or 0xDBCCA0) is known color: Tahuna Sands. HEX triplet: DB, CC and A0. RGB value is (219,204,160). Sum of RGB (Red+Green+Blue) = 219+204+160=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCA0 is #24335F. Grayscale: #CBCBCB. Windows color (decimal): -2372448 or 10538203. OLE color: 10538203.
HSL color Cylindrical-coordinate representation of color #DBCCA0: hue angle of 44.75º 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 #DBCCA0 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 160 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.14 |
| HSL | 44.75º | 0.45% | 0.74% | - |
| HSV(B) | 44.75º | 0.27% | 0.86% | - |
| XYZ | 57.15 | 60.78 | 41.98 | - |
| YUV | 203.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 160 | 0 | 0.07 | 0.27 | 0.14 | 44.75 | 0.45 | 0.74 |
| Hex | DB | CC | A0 | 0 | 7 | 1B | E | 2D | 2D | 4A |
| Octal | 333 | 314 | 240 | 0 | 7 | 33 | 16 | 55 | 55 | 112 |
| Binary | 11011011 | 11001100 | 10100000 | 0 | 111 | 11011 | 1110 | 101101 | 101101 | 1001010 |
Color Harmonies of #DBCCA0
Complementary color
Monochromatic Colors of #DBCCA0
Black with #DBCCA0
Text Example
Text Example
White with #DBCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCA0; }
p { color: rgb(219,204,160); }
H1.HeaderClassName
{
color: #DBCCA0;
}
.AnyTagClassName
{
color: #DBCCA0;
}
</style>
background-color css
<style>
a { background-color: #DBCCA0; }
a { background-color: rgb(219,204,160); }
div.DivClassName
{
background-color: #DBCCA0;
}
.BgClassName
{
background-color: #DBCCA0;
}
</style>
border-color css
<style>
span { border-color: #DBCCA0; }
span { border-color: rgb(219,204,160); }
td.TdClassName
{
border-color: #DBCCA0;
}
.TagClassName
{
border-color: #DBCCA0;
}
</style>