Shades of Tahuna Sands #DBCDA0
Tints of Tahuna Sands #DBCDA0
RGB
CMYK
RGB Variations
Color information
#DBCDA0 (or 0xDBCDA0) is known color: Tahuna Sands. HEX triplet: DB, CD and A0. RGB value is (219,205,160). Sum of RGB (Red+Green+Blue) = 219+205+160=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDA0 is #24325F. Grayscale: #CCCCCC. Windows color (decimal): -2372192 or 10538459. OLE color: 10538459.
HSL color Cylindrical-coordinate representation of color #DBCDA0: hue angle of 45.76º 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 #DBCDA0 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 160 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.14 |
| HSL | 45.76º | 0.45% | 0.74% | - |
| HSV(B) | 45.76º | 0.27% | 0.86% | - |
| XYZ | 57.39 | 61.26 | 42.06 | - |
| YUV | 204.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 160 | 0 | 0.06 | 0.27 | 0.14 | 45.76 | 0.45 | 0.74 |
| Hex | DB | CD | A0 | 0 | 6 | 1B | E | 2E | 2D | 4A |
| Octal | 333 | 315 | 240 | 0 | 6 | 33 | 16 | 56 | 55 | 112 |
| Binary | 11011011 | 11001101 | 10100000 | 0 | 110 | 11011 | 1110 | 101110 | 101101 | 1001010 |
Color Harmonies of #DBCDA0
Complementary color
Monochromatic Colors of #DBCDA0
Black with #DBCDA0
Text Example
Text Example
White with #DBCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDA0; }
p { color: rgb(219,205,160); }
H1.HeaderClassName
{
color: #DBCDA0;
}
.AnyTagClassName
{
color: #DBCDA0;
}
</style>
background-color css
<style>
a { background-color: #DBCDA0; }
a { background-color: rgb(219,205,160); }
div.DivClassName
{
background-color: #DBCDA0;
}
.BgClassName
{
background-color: #DBCDA0;
}
</style>
border-color css
<style>
span { border-color: #DBCDA0; }
span { border-color: rgb(219,205,160); }
td.TdClassName
{
border-color: #DBCDA0;
}
.TagClassName
{
border-color: #DBCDA0;
}
</style>