Shades of Tahuna Sands #D2CF9F
Tints of Tahuna Sands #D2CF9F
RGB
CMYK
RGB Variations
Color information
#D2CF9F (or 0xD2CF9F) is known color: Tahuna Sands. HEX triplet: D2, CF and 9F. RGB value is (210,207,159). Sum of RGB (Red+Green+Blue) = 210+207+159=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CF9F is #2D3060. Grayscale: #CACACA. Windows color (decimal): -2961505 or 10473426. OLE color: 10473426.
HSL color Cylindrical-coordinate representation of color #D2CF9F: hue angle of 56.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2CF9F is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 159 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.18 |
| HSL | 56.47º | 0.36% | 0.72% | - |
| HSV(B) | 56.47º | 0.24% | 0.82% | - |
| XYZ | 55.15 | 60.83 | 41.64 | - |
| YUV | 202.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 159 | 0 | 0.01 | 0.24 | 0.18 | 56.47 | 0.36 | 0.72 |
| Hex | D2 | CF | 9F | 0 | 1 | 18 | 12 | 38 | 24 | 48 |
| Octal | 322 | 317 | 237 | 0 | 1 | 30 | 22 | 70 | 44 | 110 |
| Binary | 11010010 | 11001111 | 10011111 | 0 | 1 | 11000 | 10010 | 111000 | 100100 | 1001000 |
Color Harmonies of #D2CF9F
Complementary color
Monochromatic Colors of #D2CF9F
Black with #D2CF9F
Text Example
Text Example
White with #D2CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF9F; }
p { color: rgb(210,207,159); }
H1.HeaderClassName
{
color: #D2CF9F;
}
.AnyTagClassName
{
color: #D2CF9F;
}
</style>
background-color css
<style>
a { background-color: #D2CF9F; }
a { background-color: rgb(210,207,159); }
div.DivClassName
{
background-color: #D2CF9F;
}
.BgClassName
{
background-color: #D2CF9F;
}
</style>
border-color css
<style>
span { border-color: #D2CF9F; }
span { border-color: rgb(210,207,159); }
td.TdClassName
{
border-color: #D2CF9F;
}
.TagClassName
{
border-color: #D2CF9F;
}
</style>