Shades of Tahuna Sands #D6D39B
Tints of Tahuna Sands #D6D39B
RGB
CMYK
RGB Variations
Color information
#D6D39B (or 0xD6D39B) is known color: Tahuna Sands. HEX triplet: D6, D3 and 9B. RGB value is (214,211,155). Sum of RGB (Red+Green+Blue) = 214+211+155=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D39B is #292C64. Grayscale: #CDCDCD. Windows color (decimal): -2698341 or 10212310. OLE color: 10212310.
HSL color Cylindrical-coordinate representation of color #D6D39B: hue angle of 56.95º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6D39B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 155 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.16 |
| HSL | 56.95º | 0.42% | 0.72% | - |
| HSV(B) | 56.95º | 0.28% | 0.84% | - |
| XYZ | 56.94 | 63.25 | 40.22 | - |
| YUV | 205.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 155 | 0 | 0.01 | 0.28 | 0.16 | 56.95 | 0.42 | 0.72 |
| Hex | D6 | D3 | 9B | 0 | 1 | 1C | 10 | 39 | 2A | 48 |
| Octal | 326 | 323 | 233 | 0 | 1 | 34 | 20 | 71 | 52 | 110 |
| Binary | 11010110 | 11010011 | 10011011 | 0 | 1 | 11100 | 10000 | 111001 | 101010 | 1001000 |
Color Harmonies of #D6D39B
Complementary color
Monochromatic Colors of #D6D39B
Black with #D6D39B
Text Example
Text Example
White with #D6D39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D39B; }
p { color: rgb(214,211,155); }
H1.HeaderClassName
{
color: #D6D39B;
}
.AnyTagClassName
{
color: #D6D39B;
}
</style>
background-color css
<style>
a { background-color: #D6D39B; }
a { background-color: rgb(214,211,155); }
div.DivClassName
{
background-color: #D6D39B;
}
.BgClassName
{
background-color: #D6D39B;
}
</style>
border-color css
<style>
span { border-color: #D6D39B; }
span { border-color: rgb(214,211,155); }
td.TdClassName
{
border-color: #D6D39B;
}
.TagClassName
{
border-color: #D6D39B;
}
</style>