Shades of Tahuna Sands #D6CA8F
Tints of Tahuna Sands #D6CA8F
RGB
CMYK
RGB Variations
Color information
#D6CA8F (or 0xD6CA8F) is known color: Tahuna Sands. HEX triplet: D6, CA and 8F. RGB value is (214,202,143). Sum of RGB (Red+Green+Blue) = 214+202+143=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA8F is #293570. Grayscale: #C7C7C7. Windows color (decimal): -2700657 or 9423574. OLE color: 9423574.
HSL color Cylindrical-coordinate representation of color #D6CA8F: hue angle of 49.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6CA8F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 143 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.16 |
| HSL | 49.86º | 0.46% | 0.7% | - |
| HSV(B) | 49.86º | 0.33% | 0.84% | - |
| XYZ | 53.81 | 58.52 | 34.45 | - |
| YUV | 198.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 143 | 0 | 0.06 | 0.33 | 0.16 | 49.86 | 0.46 | 0.7 |
| Hex | D6 | CA | 8F | 0 | 6 | 21 | 10 | 32 | 2E | 46 |
| Octal | 326 | 312 | 217 | 0 | 6 | 41 | 20 | 62 | 56 | 106 |
| Binary | 11010110 | 11001010 | 10001111 | 0 | 110 | 100001 | 10000 | 110010 | 101110 | 1000110 |
Color Harmonies of #D6CA8F
Complementary color
Monochromatic Colors of #D6CA8F
Black with #D6CA8F
Text Example
Text Example
White with #D6CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA8F; }
p { color: rgb(214,202,143); }
H1.HeaderClassName
{
color: #D6CA8F;
}
.AnyTagClassName
{
color: #D6CA8F;
}
</style>
background-color css
<style>
a { background-color: #D6CA8F; }
a { background-color: rgb(214,202,143); }
div.DivClassName
{
background-color: #D6CA8F;
}
.BgClassName
{
background-color: #D6CA8F;
}
</style>
border-color css
<style>
span { border-color: #D6CA8F; }
span { border-color: rgb(214,202,143); }
td.TdClassName
{
border-color: #D6CA8F;
}
.TagClassName
{
border-color: #D6CA8F;
}
</style>