Shades of Tahuna Sands #D1C49A
Tints of Tahuna Sands #D1C49A
RGB
CMYK
RGB Variations
Color information
#D1C49A (or 0xD1C49A) is known color: Tahuna Sands. HEX triplet: D1, C4 and 9A. RGB value is (209,196,154). Sum of RGB (Red+Green+Blue) = 209+196+154=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C49A is #2E3B65. Grayscale: #C3C3C3. Windows color (decimal): -3029862 or 10142929. OLE color: 10142929.
HSL color Cylindrical-coordinate representation of color #D1C49A: hue angle of 45.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1C49A is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 154 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.18 |
| HSL | 45.82º | 0.37% | 0.71% | - |
| HSV(B) | 45.82º | 0.26% | 0.82% | - |
| XYZ | 51.87 | 55.37 | 38.53 | - |
| YUV | 195.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 154 | 0 | 0.06 | 0.26 | 0.18 | 45.82 | 0.37 | 0.71 |
| Hex | D1 | C4 | 9A | 0 | 6 | 1A | 12 | 2E | 25 | 47 |
| Octal | 321 | 304 | 232 | 0 | 6 | 32 | 22 | 56 | 45 | 107 |
| Binary | 11010001 | 11000100 | 10011010 | 0 | 110 | 11010 | 10010 | 101110 | 100101 | 1000111 |
Color Harmonies of #D1C49A
Complementary color
Monochromatic Colors of #D1C49A
Black with #D1C49A
Text Example
Text Example
White with #D1C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C49A; }
p { color: rgb(209,196,154); }
H1.HeaderClassName
{
color: #D1C49A;
}
.AnyTagClassName
{
color: #D1C49A;
}
</style>
background-color css
<style>
a { background-color: #D1C49A; }
a { background-color: rgb(209,196,154); }
div.DivClassName
{
background-color: #D1C49A;
}
.BgClassName
{
background-color: #D1C49A;
}
</style>
border-color css
<style>
span { border-color: #D1C49A; }
span { border-color: rgb(209,196,154); }
td.TdClassName
{
border-color: #D1C49A;
}
.TagClassName
{
border-color: #D1C49A;
}
</style>