Shades of Tahuna Sands #D2C69A
Tints of Tahuna Sands #D2C69A
RGB
CMYK
RGB Variations
Color information
#D2C69A (or 0xD2C69A) is known color: Tahuna Sands. HEX triplet: D2, C6 and 9A. RGB value is (210,198,154). Sum of RGB (Red+Green+Blue) = 210+198+154=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C69A is #2D3965. Grayscale: #C4C4C4. Windows color (decimal): -2963814 or 10143442. OLE color: 10143442.
HSL color Cylindrical-coordinate representation of color #D2C69A: hue angle of 47.14º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2C69A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 154 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.18 |
| HSL | 47.14º | 0.38% | 0.71% | - |
| HSV(B) | 47.14º | 0.27% | 0.82% | - |
| XYZ | 52.61 | 56.42 | 38.69 | - |
| YUV | 196.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 154 | 0 | 0.06 | 0.27 | 0.18 | 47.14 | 0.38 | 0.71 |
| Hex | D2 | C6 | 9A | 0 | 6 | 1B | 12 | 2F | 26 | 47 |
| Octal | 322 | 306 | 232 | 0 | 6 | 33 | 22 | 57 | 46 | 107 |
| Binary | 11010010 | 11000110 | 10011010 | 0 | 110 | 11011 | 10010 | 101111 | 100110 | 1000111 |
Color Harmonies of #D2C69A
Complementary color
Monochromatic Colors of #D2C69A
Black with #D2C69A
Text Example
Text Example
White with #D2C69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C69A; }
p { color: rgb(210,198,154); }
H1.HeaderClassName
{
color: #D2C69A;
}
.AnyTagClassName
{
color: #D2C69A;
}
</style>
background-color css
<style>
a { background-color: #D2C69A; }
a { background-color: rgb(210,198,154); }
div.DivClassName
{
background-color: #D2C69A;
}
.BgClassName
{
background-color: #D2C69A;
}
</style>
border-color css
<style>
span { border-color: #D2C69A; }
span { border-color: rgb(210,198,154); }
td.TdClassName
{
border-color: #D2C69A;
}
.TagClassName
{
border-color: #D2C69A;
}
</style>