Shades of Tahuna Sands #D6C894
Tints of Tahuna Sands #D6C894
RGB
CMYK
RGB Variations
Color information
#D6C894 (or 0xD6C894) is known color: Tahuna Sands. HEX triplet: D6, C8 and 94. RGB value is (214,200,148). Sum of RGB (Red+Green+Blue) = 214+200+148=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C894 is #29376B. Grayscale: #C6C6C6. Windows color (decimal): -2701164 or 9750742. OLE color: 9750742.
HSL color Cylindrical-coordinate representation of color #D6C894: hue angle of 47.27º 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 #D6C894 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 148 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.16 |
| HSL | 47.27º | 0.45% | 0.71% | - |
| HSV(B) | 47.27º | 0.31% | 0.84% | - |
| XYZ | 53.73 | 57.74 | 36.33 | - |
| YUV | 198.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 148 | 0 | 0.07 | 0.31 | 0.16 | 47.27 | 0.45 | 0.71 |
| Hex | D6 | C8 | 94 | 0 | 7 | 1F | 10 | 2F | 2D | 47 |
| Octal | 326 | 310 | 224 | 0 | 7 | 37 | 20 | 57 | 55 | 107 |
| Binary | 11010110 | 11001000 | 10010100 | 0 | 111 | 11111 | 10000 | 101111 | 101101 | 1000111 |
Color Harmonies of #D6C894
Complementary color
Monochromatic Colors of #D6C894
Black with #D6C894
Text Example
Text Example
White with #D6C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C894; }
p { color: rgb(214,200,148); }
H1.HeaderClassName
{
color: #D6C894;
}
.AnyTagClassName
{
color: #D6C894;
}
</style>
background-color css
<style>
a { background-color: #D6C894; }
a { background-color: rgb(214,200,148); }
div.DivClassName
{
background-color: #D6C894;
}
.BgClassName
{
background-color: #D6C894;
}
</style>
border-color css
<style>
span { border-color: #D6C894; }
span { border-color: rgb(214,200,148); }
td.TdClassName
{
border-color: #D6C894;
}
.TagClassName
{
border-color: #D6C894;
}
</style>