Shades of Tahuna Sands #D2D09D
Tints of Tahuna Sands #D2D09D
RGB
CMYK
RGB Variations
Color information
#D2D09D (or 0xD2D09D) is known color: Tahuna Sands. HEX triplet: D2, D0 and 9D. RGB value is (210,208,157). Sum of RGB (Red+Green+Blue) = 210+208+157=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D09D is #2D2F62. Grayscale: #CACACA. Windows color (decimal): -2961251 or 10342610. OLE color: 10342610.
HSL color Cylindrical-coordinate representation of color #D2D09D: hue angle of 57.74º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2D09D is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 157 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.18 |
| HSL | 57.74º | 0.37% | 0.72% | - |
| HSV(B) | 57.74º | 0.25% | 0.82% | - |
| XYZ | 55.22 | 61.25 | 40.81 | - |
| YUV | 202.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 157 | 0 | 0.01 | 0.25 | 0.18 | 57.74 | 0.37 | 0.72 |
| Hex | D2 | D0 | 9D | 0 | 1 | 19 | 12 | 3A | 25 | 48 |
| Octal | 322 | 320 | 235 | 0 | 1 | 31 | 22 | 72 | 45 | 110 |
| Binary | 11010010 | 11010000 | 10011101 | 0 | 1 | 11001 | 10010 | 111010 | 100101 | 1001000 |
Color Harmonies of #D2D09D
Complementary color
Monochromatic Colors of #D2D09D
Black with #D2D09D
Text Example
Text Example
White with #D2D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D09D; }
p { color: rgb(210,208,157); }
H1.HeaderClassName
{
color: #D2D09D;
}
.AnyTagClassName
{
color: #D2D09D;
}
</style>
background-color css
<style>
a { background-color: #D2D09D; }
a { background-color: rgb(210,208,157); }
div.DivClassName
{
background-color: #D2D09D;
}
.BgClassName
{
background-color: #D2D09D;
}
</style>
border-color css
<style>
span { border-color: #D2D09D; }
span { border-color: rgb(210,208,157); }
td.TdClassName
{
border-color: #D2D09D;
}
.TagClassName
{
border-color: #D2D09D;
}
</style>