Shades of Tahuna Sands #DBCF9C
Tints of Tahuna Sands #DBCF9C
RGB
CMYK
RGB Variations
Color information
#DBCF9C (or 0xDBCF9C) is known color: Tahuna Sands. HEX triplet: DB, CF and 9C. RGB value is (219,207,156). Sum of RGB (Red+Green+Blue) = 219+207+156=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF9C is #243063. Grayscale: #CCCCCC. Windows color (decimal): -2371684 or 10276827. OLE color: 10276827.
HSL color Cylindrical-coordinate representation of color #DBCF9C: hue angle of 48.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBCF9C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 156 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.14 |
| HSL | 48.57º | 0.47% | 0.74% | - |
| HSV(B) | 48.57º | 0.29% | 0.86% | - |
| XYZ | 57.53 | 62.09 | 40.4 | - |
| YUV | 204.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 156 | 0 | 0.05 | 0.29 | 0.14 | 48.57 | 0.47 | 0.74 |
| Hex | DB | CF | 9C | 0 | 5 | 1D | E | 31 | 2F | 4A |
| Octal | 333 | 317 | 234 | 0 | 5 | 35 | 16 | 61 | 57 | 112 |
| Binary | 11011011 | 11001111 | 10011100 | 0 | 101 | 11101 | 1110 | 110001 | 101111 | 1001010 |
Color Harmonies of #DBCF9C
Complementary color
Monochromatic Colors of #DBCF9C
Black with #DBCF9C
Text Example
Text Example
White with #DBCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF9C; }
p { color: rgb(219,207,156); }
H1.HeaderClassName
{
color: #DBCF9C;
}
.AnyTagClassName
{
color: #DBCF9C;
}
</style>
background-color css
<style>
a { background-color: #DBCF9C; }
a { background-color: rgb(219,207,156); }
div.DivClassName
{
background-color: #DBCF9C;
}
.BgClassName
{
background-color: #DBCF9C;
}
</style>
border-color css
<style>
span { border-color: #DBCF9C; }
span { border-color: rgb(219,207,156); }
td.TdClassName
{
border-color: #DBCF9C;
}
.TagClassName
{
border-color: #DBCF9C;
}
</style>