Shades of Tahuna Sands #DBCF8F
Tints of Tahuna Sands #DBCF8F
RGB
CMYK
RGB Variations
Color information
#DBCF8F (or 0xDBCF8F) is known color: Tahuna Sands. HEX triplet: DB, CF and 8F. RGB value is (219,207,143). Sum of RGB (Red+Green+Blue) = 219+207+143=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF8F is #243070. Grayscale: #CBCBCB. Windows color (decimal): -2371697 or 9424859. OLE color: 9424859.
HSL color Cylindrical-coordinate representation of color #DBCF8F: hue angle of 50.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBCF8F is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 143 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.14 |
| HSL | 50.53º | 0.51% | 0.71% | - |
| HSV(B) | 50.53º | 0.35% | 0.86% | - |
| XYZ | 56.48 | 61.67 | 34.91 | - |
| YUV | 203.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 143 | 0 | 0.05 | 0.35 | 0.14 | 50.53 | 0.51 | 0.71 |
| Hex | DB | CF | 8F | 0 | 5 | 23 | E | 33 | 33 | 47 |
| Octal | 333 | 317 | 217 | 0 | 5 | 43 | 16 | 63 | 63 | 107 |
| Binary | 11011011 | 11001111 | 10001111 | 0 | 101 | 100011 | 1110 | 110011 | 110011 | 1000111 |
Color Harmonies of #DBCF8F
Complementary color
Monochromatic Colors of #DBCF8F
Black with #DBCF8F
Text Example
Text Example
White with #DBCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF8F; }
p { color: rgb(219,207,143); }
H1.HeaderClassName
{
color: #DBCF8F;
}
.AnyTagClassName
{
color: #DBCF8F;
}
</style>
background-color css
<style>
a { background-color: #DBCF8F; }
a { background-color: rgb(219,207,143); }
div.DivClassName
{
background-color: #DBCF8F;
}
.BgClassName
{
background-color: #DBCF8F;
}
</style>
border-color css
<style>
span { border-color: #DBCF8F; }
span { border-color: rgb(219,207,143); }
td.TdClassName
{
border-color: #DBCF8F;
}
.TagClassName
{
border-color: #DBCF8F;
}
</style>