Shades of Tahuna Sands #D4CF99
Tints of Tahuna Sands #D4CF99
RGB
CMYK
RGB Variations
Color information
#D4CF99 (or 0xD4CF99) is known color: Tahuna Sands. HEX triplet: D4, CF and 99. RGB value is (212,207,153). Sum of RGB (Red+Green+Blue) = 212+207+153=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CF99 is #2B3066. Grayscale: #CACACA. Windows color (decimal): -2830439 or 10080212. OLE color: 10080212.
HSL color Cylindrical-coordinate representation of color #D4CF99: hue angle of 54.92º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4CF99 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 153 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.17 |
| HSL | 54.92º | 0.41% | 0.72% | - |
| HSV(B) | 54.92º | 0.28% | 0.83% | - |
| XYZ | 55.21 | 60.92 | 38.99 | - |
| YUV | 202.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 153 | 0 | 0.02 | 0.28 | 0.17 | 54.92 | 0.41 | 0.72 |
| Hex | D4 | CF | 99 | 0 | 2 | 1C | 11 | 37 | 29 | 48 |
| Octal | 324 | 317 | 231 | 0 | 2 | 34 | 21 | 67 | 51 | 110 |
| Binary | 11010100 | 11001111 | 10011001 | 0 | 10 | 11100 | 10001 | 110111 | 101001 | 1001000 |
Color Harmonies of #D4CF99
Complementary color
Monochromatic Colors of #D4CF99
Black with #D4CF99
Text Example
Text Example
White with #D4CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF99; }
p { color: rgb(212,207,153); }
H1.HeaderClassName
{
color: #D4CF99;
}
.AnyTagClassName
{
color: #D4CF99;
}
</style>
background-color css
<style>
a { background-color: #D4CF99; }
a { background-color: rgb(212,207,153); }
div.DivClassName
{
background-color: #D4CF99;
}
.BgClassName
{
background-color: #D4CF99;
}
</style>
border-color css
<style>
span { border-color: #D4CF99; }
span { border-color: rgb(212,207,153); }
td.TdClassName
{
border-color: #D4CF99;
}
.TagClassName
{
border-color: #D4CF99;
}
</style>