Shades of Tahuna Sands #DBCD9F
Tints of Tahuna Sands #DBCD9F
RGB
CMYK
RGB Variations
Color information
#DBCD9F (or 0xDBCD9F) is known color: Tahuna Sands. HEX triplet: DB, CD and 9F. RGB value is (219,205,159). Sum of RGB (Red+Green+Blue) = 219+205+159=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD9F is #243260. Grayscale: #CCCCCC. Windows color (decimal): -2372193 or 10472923. OLE color: 10472923.
HSL color Cylindrical-coordinate representation of color #DBCD9F: hue angle of 46º 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 #DBCD9F is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 159 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.14 |
| HSL | 46º | 0.45% | 0.74% | - |
| HSV(B) | 46º | 0.27% | 0.86% | - |
| XYZ | 57.3 | 61.23 | 41.6 | - |
| YUV | 203.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 159 | 0 | 0.06 | 0.27 | 0.14 | 46 | 0.45 | 0.74 |
| Hex | DB | CD | 9F | 0 | 6 | 1B | E | 2E | 2D | 4A |
| Octal | 333 | 315 | 237 | 0 | 6 | 33 | 16 | 56 | 55 | 112 |
| Binary | 11011011 | 11001101 | 10011111 | 0 | 110 | 11011 | 1110 | 101110 | 101101 | 1001010 |
Color Harmonies of #DBCD9F
Complementary color
Monochromatic Colors of #DBCD9F
Black with #DBCD9F
Text Example
Text Example
White with #DBCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD9F; }
p { color: rgb(219,205,159); }
H1.HeaderClassName
{
color: #DBCD9F;
}
.AnyTagClassName
{
color: #DBCD9F;
}
</style>
background-color css
<style>
a { background-color: #DBCD9F; }
a { background-color: rgb(219,205,159); }
div.DivClassName
{
background-color: #DBCD9F;
}
.BgClassName
{
background-color: #DBCD9F;
}
</style>
border-color css
<style>
span { border-color: #DBCD9F; }
span { border-color: rgb(219,205,159); }
td.TdClassName
{
border-color: #DBCD9F;
}
.TagClassName
{
border-color: #DBCD9F;
}
</style>