Shades of Tahuna Sands #D2D69A
Tints of Tahuna Sands #D2D69A
RGB
CMYK
RGB Variations
Color information
#D2D69A (or 0xD2D69A) is known color: Tahuna Sands. HEX triplet: D2, D6 and 9A. RGB value is (210,214,154). Sum of RGB (Red+Green+Blue) = 210+214+154=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D69A is #2D2965. Grayscale: #CECECE. Windows color (decimal): -2959718 or 10147538. OLE color: 10147538.
HSL color Cylindrical-coordinate representation of color #D2D69A: hue angle of 64º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2D69A is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 154 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.16 |
| HSL | 64º | 0.42% | 0.72% | - |
| HSV(B) | 64º | 0.28% | 0.84% | - |
| XYZ | 56.46 | 64.13 | 39.97 | - |
| YUV | 205.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 154 | 0.02 | 0 | 0.28 | 0.16 | 64 | 0.42 | 0.72 |
| Hex | D2 | D6 | 9A | 2 | 0 | 1C | 10 | 40 | 2A | 48 |
| Octal | 322 | 326 | 232 | 2 | 0 | 34 | 20 | 100 | 52 | 110 |
| Binary | 11010010 | 11010110 | 10011010 | 10 | 0 | 11100 | 10000 | 1000000 | 101010 | 1001000 |
Color Harmonies of #D2D69A
Complementary color
Monochromatic Colors of #D2D69A
Black with #D2D69A
Text Example
Text Example
White with #D2D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D69A; }
p { color: rgb(210,214,154); }
H1.HeaderClassName
{
color: #D2D69A;
}
.AnyTagClassName
{
color: #D2D69A;
}
</style>
background-color css
<style>
a { background-color: #D2D69A; }
a { background-color: rgb(210,214,154); }
div.DivClassName
{
background-color: #D2D69A;
}
.BgClassName
{
background-color: #D2D69A;
}
</style>
border-color css
<style>
span { border-color: #D2D69A; }
span { border-color: rgb(210,214,154); }
td.TdClassName
{
border-color: #D2D69A;
}
.TagClassName
{
border-color: #D2D69A;
}
</style>