Shades of Tahuna Sands #D2D39C
Tints of Tahuna Sands #D2D39C
RGB
CMYK
RGB Variations
Color information
#D2D39C (or 0xD2D39C) is known color: Tahuna Sands. HEX triplet: D2, D3 and 9C. RGB value is (210,211,156). Sum of RGB (Red+Green+Blue) = 210+211+156=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D39C is #2D2C63. Grayscale: #CCCCCC. Windows color (decimal): -2960484 or 10277842. OLE color: 10277842.
HSL color Cylindrical-coordinate representation of color #D2D39C: hue angle of 61.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2D39C is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 156 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.17 |
| HSL | 61.09º | 0.38% | 0.72% | - |
| HSV(B) | 61.09º | 0.26% | 0.83% | - |
| XYZ | 55.87 | 62.69 | 40.61 | - |
| YUV | 204.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 156 | 0.00 | 0 | 0.26 | 0.17 | 61.09 | 0.38 | 0.72 |
| Hex | D2 | D3 | 9C | 0 | 0 | 1A | 11 | 3D | 26 | 48 |
| Octal | 322 | 323 | 234 | 0 | 0 | 32 | 21 | 75 | 46 | 110 |
| Binary | 11010010 | 11010011 | 10011100 | 0 | 0 | 11010 | 10001 | 111101 | 100110 | 1001000 |
Color Harmonies of #D2D39C
Complementary color
Monochromatic Colors of #D2D39C
Black with #D2D39C
Text Example
Text Example
White with #D2D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D39C; }
p { color: rgb(210,211,156); }
H1.HeaderClassName
{
color: #D2D39C;
}
.AnyTagClassName
{
color: #D2D39C;
}
</style>
background-color css
<style>
a { background-color: #D2D39C; }
a { background-color: rgb(210,211,156); }
div.DivClassName
{
background-color: #D2D39C;
}
.BgClassName
{
background-color: #D2D39C;
}
</style>
border-color css
<style>
span { border-color: #D2D39C; }
span { border-color: rgb(210,211,156); }
td.TdClassName
{
border-color: #D2D39C;
}
.TagClassName
{
border-color: #D2D39C;
}
</style>