Shades of Tahuna Sands #D1C292
Tints of Tahuna Sands #D1C292
RGB
CMYK
RGB Variations
Color information
#D1C292 (or 0xD1C292) is known color: Tahuna Sands. HEX triplet: D1, C2 and 92. RGB value is (209,194,146). Sum of RGB (Red+Green+Blue) = 209+194+146=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C292 is #2E3D6D. Grayscale: #C1C1C1. Windows color (decimal): -3030382 or 9618129. OLE color: 9618129.
HSL color Cylindrical-coordinate representation of color #D1C292: hue angle of 45.71º 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 #D1C292 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 146 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.18 |
| HSL | 45.71º | 0.41% | 0.7% | - |
| HSV(B) | 45.71º | 0.3% | 0.82% | - |
| XYZ | 50.77 | 54.21 | 34.98 | - |
| YUV | 193.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 146 | 0 | 0.07 | 0.30 | 0.18 | 45.71 | 0.41 | 0.7 |
| Hex | D1 | C2 | 92 | 0 | 7 | 1E | 12 | 2E | 29 | 46 |
| Octal | 321 | 302 | 222 | 0 | 7 | 36 | 22 | 56 | 51 | 106 |
| Binary | 11010001 | 11000010 | 10010010 | 0 | 111 | 11110 | 10010 | 101110 | 101001 | 1000110 |
Color Harmonies of #D1C292
Complementary color
Monochromatic Colors of #D1C292
Black with #D1C292
Text Example
Text Example
White with #D1C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C292; }
p { color: rgb(209,194,146); }
H1.HeaderClassName
{
color: #D1C292;
}
.AnyTagClassName
{
color: #D1C292;
}
</style>
background-color css
<style>
a { background-color: #D1C292; }
a { background-color: rgb(209,194,146); }
div.DivClassName
{
background-color: #D1C292;
}
.BgClassName
{
background-color: #D1C292;
}
</style>
border-color css
<style>
span { border-color: #D1C292; }
span { border-color: rgb(209,194,146); }
td.TdClassName
{
border-color: #D1C292;
}
.TagClassName
{
border-color: #D1C292;
}
</style>