Shades of Tahuna Sands #DBCF8E
Tints of Tahuna Sands #DBCF8E
RGB
CMYK
RGB Variations
Color information
#DBCF8E (or 0xDBCF8E) is known color: Tahuna Sands. HEX triplet: DB, CF and 8E. RGB value is (219,207,142). Sum of RGB (Red+Green+Blue) = 219+207+142=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF8E is #243071. Grayscale: #CBCBCB. Windows color (decimal): -2371698 or 9359323. OLE color: 9359323.
HSL color Cylindrical-coordinate representation of color #DBCF8E: hue angle of 50.65º degrees, saturation: 0.52, 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 #DBCF8E is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 142 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.14 |
| HSL | 50.65º | 0.52% | 0.71% | - |
| HSV(B) | 50.65º | 0.35% | 0.86% | - |
| XYZ | 56.41 | 61.64 | 34.52 | - |
| YUV | 203.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 142 | 0 | 0.05 | 0.35 | 0.14 | 50.65 | 0.52 | 0.71 |
| Hex | DB | CF | 8E | 0 | 5 | 23 | E | 33 | 34 | 47 |
| Octal | 333 | 317 | 216 | 0 | 5 | 43 | 16 | 63 | 64 | 107 |
| Binary | 11011011 | 11001111 | 10001110 | 0 | 101 | 100011 | 1110 | 110011 | 110100 | 1000111 |
Color Harmonies of #DBCF8E
Complementary color
Monochromatic Colors of #DBCF8E
Black with #DBCF8E
Text Example
Text Example
White with #DBCF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF8E; }
p { color: rgb(219,207,142); }
H1.HeaderClassName
{
color: #DBCF8E;
}
.AnyTagClassName
{
color: #DBCF8E;
}
</style>
background-color css
<style>
a { background-color: #DBCF8E; }
a { background-color: rgb(219,207,142); }
div.DivClassName
{
background-color: #DBCF8E;
}
.BgClassName
{
background-color: #DBCF8E;
}
</style>
border-color css
<style>
span { border-color: #DBCF8E; }
span { border-color: rgb(219,207,142); }
td.TdClassName
{
border-color: #DBCF8E;
}
.TagClassName
{
border-color: #DBCF8E;
}
</style>