Shades of Tahuna Sands #D3CF98
Tints of Tahuna Sands #D3CF98
RGB
CMYK
RGB Variations
Color information
#D3CF98 (or 0xD3CF98) is known color: Tahuna Sands. HEX triplet: D3, CF and 98. RGB value is (211,207,152). Sum of RGB (Red+Green+Blue) = 211+207+152=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CF98 is #2C3067. Grayscale: #CACACA. Windows color (decimal): -2895976 or 10014675. OLE color: 10014675.
HSL color Cylindrical-coordinate representation of color #D3CF98: hue angle of 55.93º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3CF98 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 152 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.17 |
| HSL | 55.93º | 0.4% | 0.71% | - |
| HSV(B) | 55.93º | 0.28% | 0.83% | - |
| XYZ | 54.84 | 60.74 | 38.54 | - |
| YUV | 201.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 152 | 0 | 0.02 | 0.28 | 0.17 | 55.93 | 0.4 | 0.71 |
| Hex | D3 | CF | 98 | 0 | 2 | 1C | 11 | 38 | 28 | 47 |
| Octal | 323 | 317 | 230 | 0 | 2 | 34 | 21 | 70 | 50 | 107 |
| Binary | 11010011 | 11001111 | 10011000 | 0 | 10 | 11100 | 10001 | 111000 | 101000 | 1000111 |
Color Harmonies of #D3CF98
Complementary color
Monochromatic Colors of #D3CF98
Black with #D3CF98
Text Example
Text Example
White with #D3CF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF98; }
p { color: rgb(211,207,152); }
H1.HeaderClassName
{
color: #D3CF98;
}
.AnyTagClassName
{
color: #D3CF98;
}
</style>
background-color css
<style>
a { background-color: #D3CF98; }
a { background-color: rgb(211,207,152); }
div.DivClassName
{
background-color: #D3CF98;
}
.BgClassName
{
background-color: #D3CF98;
}
</style>
border-color css
<style>
span { border-color: #D3CF98; }
span { border-color: rgb(211,207,152); }
td.TdClassName
{
border-color: #D3CF98;
}
.TagClassName
{
border-color: #D3CF98;
}
</style>