Shades of Tahuna Sands #D6CA99
Tints of Tahuna Sands #D6CA99
RGB
CMYK
RGB Variations
Color information
#D6CA99 (or 0xD6CA99) is known color: Tahuna Sands. HEX triplet: D6, CA and 99. RGB value is (214,202,153). Sum of RGB (Red+Green+Blue) = 214+202+153=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA99 is #293566. Grayscale: #C8C8C8. Windows color (decimal): -2700647 or 10078934. OLE color: 10078934.
HSL color Cylindrical-coordinate representation of color #D6CA99: hue angle of 48.2º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6CA99 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 153 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.16 |
| HSL | 48.2º | 0.43% | 0.72% | - |
| HSV(B) | 48.2º | 0.29% | 0.84% | - |
| XYZ | 54.6 | 58.84 | 38.62 | - |
| YUV | 200 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 153 | 0 | 0.06 | 0.29 | 0.16 | 48.2 | 0.43 | 0.72 |
| Hex | D6 | CA | 99 | 0 | 6 | 1D | 10 | 30 | 2B | 48 |
| Octal | 326 | 312 | 231 | 0 | 6 | 35 | 20 | 60 | 53 | 110 |
| Binary | 11010110 | 11001010 | 10011001 | 0 | 110 | 11101 | 10000 | 110000 | 101011 | 1001000 |
Color Harmonies of #D6CA99
Complementary color
Monochromatic Colors of #D6CA99
Black with #D6CA99
Text Example
Text Example
White with #D6CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA99; }
p { color: rgb(214,202,153); }
H1.HeaderClassName
{
color: #D6CA99;
}
.AnyTagClassName
{
color: #D6CA99;
}
</style>
background-color css
<style>
a { background-color: #D6CA99; }
a { background-color: rgb(214,202,153); }
div.DivClassName
{
background-color: #D6CA99;
}
.BgClassName
{
background-color: #D6CA99;
}
</style>
border-color css
<style>
span { border-color: #D6CA99; }
span { border-color: rgb(214,202,153); }
td.TdClassName
{
border-color: #D6CA99;
}
.TagClassName
{
border-color: #D6CA99;
}
</style>