Shades of Tahuna Sands #D6D293
Tints of Tahuna Sands #D6D293
RGB
CMYK
RGB Variations
Color information
#D6D293 (or 0xD6D293) is known color: Tahuna Sands. HEX triplet: D6, D2 and 93. RGB value is (214,210,147). Sum of RGB (Red+Green+Blue) = 214+210+147=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D293 is #292D6C. Grayscale: #CCCCCC. Windows color (decimal): -2698605 or 9687766. OLE color: 9687766.
HSL color Cylindrical-coordinate representation of color #D6D293: hue angle of 56.42º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6D293 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 147 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.16 |
| HSL | 56.42º | 0.45% | 0.71% | - |
| HSV(B) | 56.42º | 0.31% | 0.84% | - |
| XYZ | 56.04 | 62.5 | 36.71 | - |
| YUV | 204.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 147 | 0 | 0.02 | 0.31 | 0.16 | 56.42 | 0.45 | 0.71 |
| Hex | D6 | D2 | 93 | 0 | 2 | 1F | 10 | 38 | 2D | 47 |
| Octal | 326 | 322 | 223 | 0 | 2 | 37 | 20 | 70 | 55 | 107 |
| Binary | 11010110 | 11010010 | 10010011 | 0 | 10 | 11111 | 10000 | 111000 | 101101 | 1000111 |
Color Harmonies of #D6D293
Complementary color
Monochromatic Colors of #D6D293
Black with #D6D293
Text Example
Text Example
White with #D6D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D293; }
p { color: rgb(214,210,147); }
H1.HeaderClassName
{
color: #D6D293;
}
.AnyTagClassName
{
color: #D6D293;
}
</style>
background-color css
<style>
a { background-color: #D6D293; }
a { background-color: rgb(214,210,147); }
div.DivClassName
{
background-color: #D6D293;
}
.BgClassName
{
background-color: #D6D293;
}
</style>
border-color css
<style>
span { border-color: #D6D293; }
span { border-color: rgb(214,210,147); }
td.TdClassName
{
border-color: #D6D293;
}
.TagClassName
{
border-color: #D6D293;
}
</style>