Shades of Tahuna Sands #D2D09B
Tints of Tahuna Sands #D2D09B
RGB
CMYK
RGB Variations
Color information
#D2D09B (or 0xD2D09B) is known color: Tahuna Sands. HEX triplet: D2, D0 and 9B. RGB value is (210,208,155). Sum of RGB (Red+Green+Blue) = 210+208+155=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D09B is #2D2F64. Grayscale: #CACACA. Windows color (decimal): -2961253 or 10211538. OLE color: 10211538.
HSL color Cylindrical-coordinate representation of color #D2D09B: hue angle of 57.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2D09B is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 155 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.18 |
| HSL | 57.82º | 0.38% | 0.72% | - |
| HSV(B) | 57.82º | 0.26% | 0.82% | - |
| XYZ | 55.05 | 61.18 | 39.92 | - |
| YUV | 202.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 155 | 0 | 0.01 | 0.26 | 0.18 | 57.82 | 0.38 | 0.72 |
| Hex | D2 | D0 | 9B | 0 | 1 | 1A | 12 | 3A | 26 | 48 |
| Octal | 322 | 320 | 233 | 0 | 1 | 32 | 22 | 72 | 46 | 110 |
| Binary | 11010010 | 11010000 | 10011011 | 0 | 1 | 11010 | 10010 | 111010 | 100110 | 1001000 |
Color Harmonies of #D2D09B
Complementary color
Monochromatic Colors of #D2D09B
Black with #D2D09B
Text Example
Text Example
White with #D2D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D09B; }
p { color: rgb(210,208,155); }
H1.HeaderClassName
{
color: #D2D09B;
}
.AnyTagClassName
{
color: #D2D09B;
}
</style>
background-color css
<style>
a { background-color: #D2D09B; }
a { background-color: rgb(210,208,155); }
div.DivClassName
{
background-color: #D2D09B;
}
.BgClassName
{
background-color: #D2D09B;
}
</style>
border-color css
<style>
span { border-color: #D2D09B; }
span { border-color: rgb(210,208,155); }
td.TdClassName
{
border-color: #D2D09B;
}
.TagClassName
{
border-color: #D2D09B;
}
</style>