Shades of Tahuna Sands #D6CA9B
Tints of Tahuna Sands #D6CA9B
RGB
CMYK
RGB Variations
Color information
#D6CA9B (or 0xD6CA9B) is known color: Tahuna Sands. HEX triplet: D6, CA and 9B. RGB value is (214,202,155). Sum of RGB (Red+Green+Blue) = 214+202+155=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA9B is #293564. Grayscale: #C8C8C8. Windows color (decimal): -2700645 or 10210006. OLE color: 10210006.
HSL color Cylindrical-coordinate representation of color #D6CA9B: hue angle of 47.8º 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 #D6CA9B is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 155 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.16 |
| HSL | 47.8º | 0.42% | 0.72% | - |
| HSV(B) | 47.8º | 0.28% | 0.84% | - |
| XYZ | 54.77 | 58.9 | 39.49 | - |
| YUV | 200.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 155 | 0 | 0.06 | 0.28 | 0.16 | 47.8 | 0.42 | 0.72 |
| Hex | D6 | CA | 9B | 0 | 6 | 1C | 10 | 30 | 2A | 48 |
| Octal | 326 | 312 | 233 | 0 | 6 | 34 | 20 | 60 | 52 | 110 |
| Binary | 11010110 | 11001010 | 10011011 | 0 | 110 | 11100 | 10000 | 110000 | 101010 | 1001000 |
Color Harmonies of #D6CA9B
Complementary color
Monochromatic Colors of #D6CA9B
Black with #D6CA9B
Text Example
Text Example
White with #D6CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA9B; }
p { color: rgb(214,202,155); }
H1.HeaderClassName
{
color: #D6CA9B;
}
.AnyTagClassName
{
color: #D6CA9B;
}
</style>
background-color css
<style>
a { background-color: #D6CA9B; }
a { background-color: rgb(214,202,155); }
div.DivClassName
{
background-color: #D6CA9B;
}
.BgClassName
{
background-color: #D6CA9B;
}
</style>
border-color css
<style>
span { border-color: #D6CA9B; }
span { border-color: rgb(214,202,155); }
td.TdClassName
{
border-color: #D6CA9B;
}
.TagClassName
{
border-color: #D6CA9B;
}
</style>