Shades of Tahuna Sands #D8CCA1
Tints of Tahuna Sands #D8CCA1
RGB
CMYK
RGB Variations
Color information
#D8CCA1 (or 0xD8CCA1) is known color: Tahuna Sands. HEX triplet: D8, CC and A1. RGB value is (216,204,161). Sum of RGB (Red+Green+Blue) = 216+204+161=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CCA1 is #27335E. Grayscale: #CACACA. Windows color (decimal): -2569055 or 10603736. OLE color: 10603736.
HSL color Cylindrical-coordinate representation of color #D8CCA1: hue angle of 46.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8CCA1 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 161 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.15 |
| HSL | 46.91º | 0.41% | 0.74% | - |
| HSV(B) | 46.91º | 0.25% | 0.85% | - |
| XYZ | 56.34 | 60.36 | 42.4 | - |
| YUV | 202.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 161 | 0 | 0.06 | 0.25 | 0.15 | 46.91 | 0.41 | 0.74 |
| Hex | D8 | CC | A1 | 0 | 6 | 19 | F | 2F | 29 | 4A |
| Octal | 330 | 314 | 241 | 0 | 6 | 31 | 17 | 57 | 51 | 112 |
| Binary | 11011000 | 11001100 | 10100001 | 0 | 110 | 11001 | 1111 | 101111 | 101001 | 1001010 |
Color Harmonies of #D8CCA1
Complementary color
Monochromatic Colors of #D8CCA1
Black with #D8CCA1
Text Example
Text Example
White with #D8CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCA1; }
p { color: rgb(216,204,161); }
H1.HeaderClassName
{
color: #D8CCA1;
}
.AnyTagClassName
{
color: #D8CCA1;
}
</style>
background-color css
<style>
a { background-color: #D8CCA1; }
a { background-color: rgb(216,204,161); }
div.DivClassName
{
background-color: #D8CCA1;
}
.BgClassName
{
background-color: #D8CCA1;
}
</style>
border-color css
<style>
span { border-color: #D8CCA1; }
span { border-color: rgb(216,204,161); }
td.TdClassName
{
border-color: #D8CCA1;
}
.TagClassName
{
border-color: #D8CCA1;
}
</style>