Shades of Tahuna Sands #D8CF90
Tints of Tahuna Sands #D8CF90
RGB
CMYK
RGB Variations
Color information
#D8CF90 (or 0xD8CF90) is known color: Tahuna Sands. HEX triplet: D8, CF and 90. RGB value is (216,207,144). Sum of RGB (Red+Green+Blue) = 216+207+144=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CF90 is #27306F. Grayscale: #CACACA. Windows color (decimal): -2568304 or 9490392. OLE color: 9490392.
HSL color Cylindrical-coordinate representation of color #D8CF90: hue angle of 52.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8CF90 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 144 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.15 |
| HSL | 52.5º | 0.48% | 0.71% | - |
| HSV(B) | 52.5º | 0.33% | 0.85% | - |
| XYZ | 55.67 | 61.24 | 35.27 | - |
| YUV | 202.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 144 | 0 | 0.04 | 0.33 | 0.15 | 52.5 | 0.48 | 0.71 |
| Hex | D8 | CF | 90 | 0 | 4 | 21 | F | 34 | 30 | 47 |
| Octal | 330 | 317 | 220 | 0 | 4 | 41 | 17 | 64 | 60 | 107 |
| Binary | 11011000 | 11001111 | 10010000 | 0 | 100 | 100001 | 1111 | 110100 | 110000 | 1000111 |
Color Harmonies of #D8CF90
Complementary color
Monochromatic Colors of #D8CF90
Black with #D8CF90
Text Example
Text Example
White with #D8CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF90; }
p { color: rgb(216,207,144); }
H1.HeaderClassName
{
color: #D8CF90;
}
.AnyTagClassName
{
color: #D8CF90;
}
</style>
background-color css
<style>
a { background-color: #D8CF90; }
a { background-color: rgb(216,207,144); }
div.DivClassName
{
background-color: #D8CF90;
}
.BgClassName
{
background-color: #D8CF90;
}
</style>
border-color css
<style>
span { border-color: #D8CF90; }
span { border-color: rgb(216,207,144); }
td.TdClassName
{
border-color: #D8CF90;
}
.TagClassName
{
border-color: #D8CF90;
}
</style>