Shades of Tahuna Sands #D6CF9D
Tints of Tahuna Sands #D6CF9D
RGB
CMYK
RGB Variations
Color information
#D6CF9D (or 0xD6CF9D) is known color: Tahuna Sands. HEX triplet: D6, CF and 9D. RGB value is (214,207,157). Sum of RGB (Red+Green+Blue) = 214+207+157=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CF9D is #293062. Grayscale: #CBCBCB. Windows color (decimal): -2699363 or 10342358. OLE color: 10342358.
HSL color Cylindrical-coordinate representation of color #D6CF9D: hue angle of 52.63º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6CF9D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 157 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.16 |
| HSL | 52.63º | 0.41% | 0.73% | - |
| HSV(B) | 52.63º | 0.27% | 0.84% | - |
| XYZ | 56.13 | 61.36 | 40.78 | - |
| YUV | 203.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 157 | 0 | 0.03 | 0.27 | 0.16 | 52.63 | 0.41 | 0.73 |
| Hex | D6 | CF | 9D | 0 | 3 | 1B | 10 | 35 | 29 | 49 |
| Octal | 326 | 317 | 235 | 0 | 3 | 33 | 20 | 65 | 51 | 111 |
| Binary | 11010110 | 11001111 | 10011101 | 0 | 11 | 11011 | 10000 | 110101 | 101001 | 1001001 |
Color Harmonies of #D6CF9D
Complementary color
Monochromatic Colors of #D6CF9D
Black with #D6CF9D
Text Example
Text Example
White with #D6CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF9D; }
p { color: rgb(214,207,157); }
H1.HeaderClassName
{
color: #D6CF9D;
}
.AnyTagClassName
{
color: #D6CF9D;
}
</style>
background-color css
<style>
a { background-color: #D6CF9D; }
a { background-color: rgb(214,207,157); }
div.DivClassName
{
background-color: #D6CF9D;
}
.BgClassName
{
background-color: #D6CF9D;
}
</style>
border-color css
<style>
span { border-color: #D6CF9D; }
span { border-color: rgb(214,207,157); }
td.TdClassName
{
border-color: #D6CF9D;
}
.TagClassName
{
border-color: #D6CF9D;
}
</style>