Shades of Tahuna Sands #D2D39D
Tints of Tahuna Sands #D2D39D
RGB
CMYK
RGB Variations
Color information
#D2D39D (or 0xD2D39D) is known color: Tahuna Sands. HEX triplet: D2, D3 and 9D. RGB value is (210,211,157). Sum of RGB (Red+Green+Blue) = 210+211+157=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D39D is #2D2C62. Grayscale: #CCCCCC. Windows color (decimal): -2960483 or 10343378. OLE color: 10343378.
HSL color Cylindrical-coordinate representation of color #D2D39D: hue angle of 61.11º 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 #D2D39D is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 157 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.17 |
| HSL | 61.11º | 0.38% | 0.72% | - |
| HSV(B) | 61.11º | 0.26% | 0.83% | - |
| XYZ | 55.96 | 62.72 | 41.06 | - |
| YUV | 204.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 157 | 0.00 | 0 | 0.26 | 0.17 | 61.11 | 0.38 | 0.72 |
| Hex | D2 | D3 | 9D | 0 | 0 | 1A | 11 | 3D | 26 | 48 |
| Octal | 322 | 323 | 235 | 0 | 0 | 32 | 21 | 75 | 46 | 110 |
| Binary | 11010010 | 11010011 | 10011101 | 0 | 0 | 11010 | 10001 | 111101 | 100110 | 1001000 |
Color Harmonies of #D2D39D
Complementary color
Monochromatic Colors of #D2D39D
Black with #D2D39D
Text Example
Text Example
White with #D2D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D39D; }
p { color: rgb(210,211,157); }
H1.HeaderClassName
{
color: #D2D39D;
}
.AnyTagClassName
{
color: #D2D39D;
}
</style>
background-color css
<style>
a { background-color: #D2D39D; }
a { background-color: rgb(210,211,157); }
div.DivClassName
{
background-color: #D2D39D;
}
.BgClassName
{
background-color: #D2D39D;
}
</style>
border-color css
<style>
span { border-color: #D2D39D; }
span { border-color: rgb(210,211,157); }
td.TdClassName
{
border-color: #D2D39D;
}
.TagClassName
{
border-color: #D2D39D;
}
</style>