Shades of Tahuna Sands #DBCF9D
Tints of Tahuna Sands #DBCF9D
RGB
CMYK
RGB Variations
Color information
#DBCF9D (or 0xDBCF9D) is known color: Tahuna Sands. HEX triplet: DB, CF and 9D. RGB value is (219,207,157). Sum of RGB (Red+Green+Blue) = 219+207+157=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF9D is #243062. Grayscale: #CDCDCD. Windows color (decimal): -2371683 or 10342363. OLE color: 10342363.
HSL color Cylindrical-coordinate representation of color #DBCF9D: hue angle of 48.39º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBCF9D is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 157 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.14 |
| HSL | 48.39º | 0.46% | 0.74% | - |
| HSV(B) | 48.39º | 0.28% | 0.86% | - |
| XYZ | 57.61 | 62.12 | 40.85 | - |
| YUV | 204.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 157 | 0 | 0.05 | 0.28 | 0.14 | 48.39 | 0.46 | 0.74 |
| Hex | DB | CF | 9D | 0 | 5 | 1C | E | 30 | 2E | 4A |
| Octal | 333 | 317 | 235 | 0 | 5 | 34 | 16 | 60 | 56 | 112 |
| Binary | 11011011 | 11001111 | 10011101 | 0 | 101 | 11100 | 1110 | 110000 | 101110 | 1001010 |
Color Harmonies of #DBCF9D
Complementary color
Monochromatic Colors of #DBCF9D
Black with #DBCF9D
Text Example
Text Example
White with #DBCF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF9D; }
p { color: rgb(219,207,157); }
H1.HeaderClassName
{
color: #DBCF9D;
}
.AnyTagClassName
{
color: #DBCF9D;
}
</style>
background-color css
<style>
a { background-color: #DBCF9D; }
a { background-color: rgb(219,207,157); }
div.DivClassName
{
background-color: #DBCF9D;
}
.BgClassName
{
background-color: #DBCF9D;
}
</style>
border-color css
<style>
span { border-color: #DBCF9D; }
span { border-color: rgb(219,207,157); }
td.TdClassName
{
border-color: #DBCF9D;
}
.TagClassName
{
border-color: #DBCF9D;
}
</style>