Shades of Tahuna Sands #D6CA9C
Tints of Tahuna Sands #D6CA9C
RGB
CMYK
RGB Variations
Color information
#D6CA9C (or 0xD6CA9C) is known color: Tahuna Sands. HEX triplet: D6, CA and 9C. RGB value is (214,202,156). Sum of RGB (Red+Green+Blue) = 214+202+156=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA9C is #293563. Grayscale: #C8C8C8. Windows color (decimal): -2700644 or 10275542. OLE color: 10275542.
HSL color Cylindrical-coordinate representation of color #D6CA9C: hue angle of 47.59º 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 #D6CA9C is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 156 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.16 |
| HSL | 47.59º | 0.41% | 0.73% | - |
| HSV(B) | 47.59º | 0.27% | 0.84% | - |
| XYZ | 54.85 | 58.94 | 39.94 | - |
| YUV | 200.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 156 | 0 | 0.06 | 0.27 | 0.16 | 47.59 | 0.41 | 0.73 |
| Hex | D6 | CA | 9C | 0 | 6 | 1B | 10 | 30 | 29 | 49 |
| Octal | 326 | 312 | 234 | 0 | 6 | 33 | 20 | 60 | 51 | 111 |
| Binary | 11010110 | 11001010 | 10011100 | 0 | 110 | 11011 | 10000 | 110000 | 101001 | 1001001 |
Color Harmonies of #D6CA9C
Complementary color
Monochromatic Colors of #D6CA9C
Black with #D6CA9C
Text Example
Text Example
White with #D6CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA9C; }
p { color: rgb(214,202,156); }
H1.HeaderClassName
{
color: #D6CA9C;
}
.AnyTagClassName
{
color: #D6CA9C;
}
</style>
background-color css
<style>
a { background-color: #D6CA9C; }
a { background-color: rgb(214,202,156); }
div.DivClassName
{
background-color: #D6CA9C;
}
.BgClassName
{
background-color: #D6CA9C;
}
</style>
border-color css
<style>
span { border-color: #D6CA9C; }
span { border-color: rgb(214,202,156); }
td.TdClassName
{
border-color: #D6CA9C;
}
.TagClassName
{
border-color: #D6CA9C;
}
</style>