Shades of Tahuna Sands #D5CFA6
Tints of Tahuna Sands #D5CFA6
RGB
CMYK
RGB Variations
Color information
#D5CFA6 (or 0xD5CFA6) is known color: Tahuna Sands. HEX triplet: D5, CF and A6. RGB value is (213,207,166). Sum of RGB (Red+Green+Blue) = 213+207+166=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFA6 is #2A3059. Grayscale: #CCCCCC. Windows color (decimal): -2764890 or 10932181. OLE color: 10932181.
HSL color Cylindrical-coordinate representation of color #D5CFA6: hue angle of 52.34º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5CFA6 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 166 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.16 |
| HSL | 52.34º | 0.36% | 0.74% | - |
| HSV(B) | 52.34º | 0.22% | 0.84% | - |
| XYZ | 56.64 | 61.52 | 44.97 | - |
| YUV | 204.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 166 | 0 | 0.03 | 0.22 | 0.16 | 52.34 | 0.36 | 0.74 |
| Hex | D5 | CF | A6 | 0 | 3 | 16 | 10 | 34 | 24 | 4A |
| Octal | 325 | 317 | 246 | 0 | 3 | 26 | 20 | 64 | 44 | 112 |
| Binary | 11010101 | 11001111 | 10100110 | 0 | 11 | 10110 | 10000 | 110100 | 100100 | 1001010 |
Color Harmonies of #D5CFA6
Complementary color
Monochromatic Colors of #D5CFA6
Black with #D5CFA6
Text Example
Text Example
White with #D5CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFA6; }
p { color: rgb(213,207,166); }
H1.HeaderClassName
{
color: #D5CFA6;
}
.AnyTagClassName
{
color: #D5CFA6;
}
</style>
background-color css
<style>
a { background-color: #D5CFA6; }
a { background-color: rgb(213,207,166); }
div.DivClassName
{
background-color: #D5CFA6;
}
.BgClassName
{
background-color: #D5CFA6;
}
</style>
border-color css
<style>
span { border-color: #D5CFA6; }
span { border-color: rgb(213,207,166); }
td.TdClassName
{
border-color: #D5CFA6;
}
.TagClassName
{
border-color: #D5CFA6;
}
</style>