Shades of Tahuna Sands #D1CF96
Tints of Tahuna Sands #D1CF96
RGB
CMYK
RGB Variations
Color information
#D1CF96 (or 0xD1CF96) is known color: Tahuna Sands. HEX triplet: D1, CF and 96. RGB value is (209,207,150). Sum of RGB (Red+Green+Blue) = 209+207+150=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF96 is #2E3069. Grayscale: #C9C9C9. Windows color (decimal): -3027050 or 9883601. OLE color: 9883601.
HSL color Cylindrical-coordinate representation of color #D1CF96: hue angle of 57.97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1CF96 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 150 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.18 |
| HSL | 57.97º | 0.39% | 0.7% | - |
| HSV(B) | 57.97º | 0.28% | 0.82% | - |
| XYZ | 54.11 | 60.38 | 37.66 | - |
| YUV | 201.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 150 | 0 | 0.01 | 0.28 | 0.18 | 57.97 | 0.39 | 0.7 |
| Hex | D1 | CF | 96 | 0 | 1 | 1C | 12 | 3A | 27 | 46 |
| Octal | 321 | 317 | 226 | 0 | 1 | 34 | 22 | 72 | 47 | 106 |
| Binary | 11010001 | 11001111 | 10010110 | 0 | 1 | 11100 | 10010 | 111010 | 100111 | 1000110 |
Color Harmonies of #D1CF96
Complementary color
Monochromatic Colors of #D1CF96
Black with #D1CF96
Text Example
Text Example
White with #D1CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF96; }
p { color: rgb(209,207,150); }
H1.HeaderClassName
{
color: #D1CF96;
}
.AnyTagClassName
{
color: #D1CF96;
}
</style>
background-color css
<style>
a { background-color: #D1CF96; }
a { background-color: rgb(209,207,150); }
div.DivClassName
{
background-color: #D1CF96;
}
.BgClassName
{
background-color: #D1CF96;
}
</style>
border-color css
<style>
span { border-color: #D1CF96; }
span { border-color: rgb(209,207,150); }
td.TdClassName
{
border-color: #D1CF96;
}
.TagClassName
{
border-color: #D1CF96;
}
</style>