Shades of Tahuna Sands #D2CF94
Tints of Tahuna Sands #D2CF94
RGB
CMYK
RGB Variations
Color information
#D2CF94 (or 0xD2CF94) is known color: Tahuna Sands. HEX triplet: D2, CF and 94. RGB value is (210,207,148). Sum of RGB (Red+Green+Blue) = 210+207+148=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CF94 is #2D306B. Grayscale: #C9C9C9. Windows color (decimal): -2961516 or 9752530. OLE color: 9752530.
HSL color Cylindrical-coordinate representation of color #D2CF94: hue angle of 57.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2CF94 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 148 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.18 |
| HSL | 57.1º | 0.41% | 0.7% | - |
| HSV(B) | 57.1º | 0.3% | 0.82% | - |
| XYZ | 54.24 | 60.47 | 36.83 | - |
| YUV | 201.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 148 | 0 | 0.01 | 0.30 | 0.18 | 57.1 | 0.41 | 0.7 |
| Hex | D2 | CF | 94 | 0 | 1 | 1E | 12 | 39 | 29 | 46 |
| Octal | 322 | 317 | 224 | 0 | 1 | 36 | 22 | 71 | 51 | 106 |
| Binary | 11010010 | 11001111 | 10010100 | 0 | 1 | 11110 | 10010 | 111001 | 101001 | 1000110 |
Color Harmonies of #D2CF94
Complementary color
Monochromatic Colors of #D2CF94
Black with #D2CF94
Text Example
Text Example
White with #D2CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF94; }
p { color: rgb(210,207,148); }
H1.HeaderClassName
{
color: #D2CF94;
}
.AnyTagClassName
{
color: #D2CF94;
}
</style>
background-color css
<style>
a { background-color: #D2CF94; }
a { background-color: rgb(210,207,148); }
div.DivClassName
{
background-color: #D2CF94;
}
.BgClassName
{
background-color: #D2CF94;
}
</style>
border-color css
<style>
span { border-color: #D2CF94; }
span { border-color: rgb(210,207,148); }
td.TdClassName
{
border-color: #D2CF94;
}
.TagClassName
{
border-color: #D2CF94;
}
</style>