Shades of Tahuna Sands #DBCDA1
Tints of Tahuna Sands #DBCDA1
RGB
CMYK
RGB Variations
Color information
#DBCDA1 (or 0xDBCDA1) is known color: Tahuna Sands. HEX triplet: DB, CD and A1. RGB value is (219,205,161). Sum of RGB (Red+Green+Blue) = 219+205+161=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDA1 is #24325E. Grayscale: #CCCCCC. Windows color (decimal): -2372191 or 10603995. OLE color: 10603995.
HSL color Cylindrical-coordinate representation of color #DBCDA1: hue angle of 45.52º degrees, saturation: 0.45, 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 #DBCDA1 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 161 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.14 |
| HSL | 45.52º | 0.45% | 0.75% | - |
| HSV(B) | 45.52º | 0.26% | 0.86% | - |
| XYZ | 57.48 | 61.3 | 42.52 | - |
| YUV | 204.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 161 | 0 | 0.06 | 0.26 | 0.14 | 45.52 | 0.45 | 0.75 |
| Hex | DB | CD | A1 | 0 | 6 | 1A | E | 2E | 2D | 4B |
| Octal | 333 | 315 | 241 | 0 | 6 | 32 | 16 | 56 | 55 | 113 |
| Binary | 11011011 | 11001101 | 10100001 | 0 | 110 | 11010 | 1110 | 101110 | 101101 | 1001011 |
Color Harmonies of #DBCDA1
Complementary color
Monochromatic Colors of #DBCDA1
Black with #DBCDA1
Text Example
Text Example
White with #DBCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDA1; }
p { color: rgb(219,205,161); }
H1.HeaderClassName
{
color: #DBCDA1;
}
.AnyTagClassName
{
color: #DBCDA1;
}
</style>
background-color css
<style>
a { background-color: #DBCDA1; }
a { background-color: rgb(219,205,161); }
div.DivClassName
{
background-color: #DBCDA1;
}
.BgClassName
{
background-color: #DBCDA1;
}
</style>
border-color css
<style>
span { border-color: #DBCDA1; }
span { border-color: rgb(219,205,161); }
td.TdClassName
{
border-color: #DBCDA1;
}
.TagClassName
{
border-color: #DBCDA1;
}
</style>