Shades of Tahuna Sands #D1CBA1
Tints of Tahuna Sands #D1CBA1
RGB
CMYK
RGB Variations
Color information
#D1CBA1 (or 0xD1CBA1) is known color: Tahuna Sands. HEX triplet: D1, CB and A1. RGB value is (209,203,161). Sum of RGB (Red+Green+Blue) = 209+203+161=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBA1 is #2E345E. Grayscale: #C8C8C8. Windows color (decimal): -3028063 or 10603473. OLE color: 10603473.
HSL color Cylindrical-coordinate representation of color #D1CBA1: hue angle of 52.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1CBA1 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 161 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.18 |
| HSL | 52.5º | 0.34% | 0.73% | - |
| HSV(B) | 52.5º | 0.23% | 0.82% | - |
| XYZ | 54.08 | 58.84 | 42.23 | - |
| YUV | 200.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 161 | 0 | 0.03 | 0.23 | 0.18 | 52.5 | 0.34 | 0.73 |
| Hex | D1 | CB | A1 | 0 | 3 | 17 | 12 | 34 | 22 | 49 |
| Octal | 321 | 313 | 241 | 0 | 3 | 27 | 22 | 64 | 42 | 111 |
| Binary | 11010001 | 11001011 | 10100001 | 0 | 11 | 10111 | 10010 | 110100 | 100010 | 1001001 |
Color Harmonies of #D1CBA1
Complementary color
Monochromatic Colors of #D1CBA1
Black with #D1CBA1
Text Example
Text Example
White with #D1CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBA1; }
p { color: rgb(209,203,161); }
H1.HeaderClassName
{
color: #D1CBA1;
}
.AnyTagClassName
{
color: #D1CBA1;
}
</style>
background-color css
<style>
a { background-color: #D1CBA1; }
a { background-color: rgb(209,203,161); }
div.DivClassName
{
background-color: #D1CBA1;
}
.BgClassName
{
background-color: #D1CBA1;
}
</style>
border-color css
<style>
span { border-color: #D1CBA1; }
span { border-color: rgb(209,203,161); }
td.TdClassName
{
border-color: #D1CBA1;
}
.TagClassName
{
border-color: #D1CBA1;
}
</style>