Shades of Tahuna Sands #D6C590
Tints of Tahuna Sands #D6C590
RGB
CMYK
RGB Variations
Color information
#D6C590 (or 0xD6C590) is known color: Tahuna Sands. HEX triplet: D6, C5 and 90. RGB value is (214,197,144). Sum of RGB (Red+Green+Blue) = 214+197+144=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C590 is #293A6F. Grayscale: #C4C4C4. Windows color (decimal): -2701936 or 9487830. OLE color: 9487830.
HSL color Cylindrical-coordinate representation of color #D6C590: hue angle of 45.43º 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 #D6C590 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 144 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.16 |
| HSL | 45.43º | 0.46% | 0.7% | - |
| HSV(B) | 45.43º | 0.33% | 0.84% | - |
| XYZ | 52.73 | 56.24 | 34.46 | - |
| YUV | 196.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 144 | 0 | 0.08 | 0.33 | 0.16 | 45.43 | 0.46 | 0.7 |
| Hex | D6 | C5 | 90 | 0 | 8 | 21 | 10 | 2D | 2E | 46 |
| Octal | 326 | 305 | 220 | 0 | 10 | 41 | 20 | 55 | 56 | 106 |
| Binary | 11010110 | 11000101 | 10010000 | 0 | 1000 | 100001 | 10000 | 101101 | 101110 | 1000110 |
Color Harmonies of #D6C590
Complementary color
Monochromatic Colors of #D6C590
Black with #D6C590
Text Example
Text Example
White with #D6C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C590; }
p { color: rgb(214,197,144); }
H1.HeaderClassName
{
color: #D6C590;
}
.AnyTagClassName
{
color: #D6C590;
}
</style>
background-color css
<style>
a { background-color: #D6C590; }
a { background-color: rgb(214,197,144); }
div.DivClassName
{
background-color: #D6C590;
}
.BgClassName
{
background-color: #D6C590;
}
</style>
border-color css
<style>
span { border-color: #D6C590; }
span { border-color: rgb(214,197,144); }
td.TdClassName
{
border-color: #D6C590;
}
.TagClassName
{
border-color: #D6C590;
}
</style>