Shades of Tahuna Sands #D8CDA0
Tints of Tahuna Sands #D8CDA0
RGB
CMYK
RGB Variations
Color information
#D8CDA0 (or 0xD8CDA0) is known color: Tahuna Sands. HEX triplet: D8, CD and A0. RGB value is (216,205,160). Sum of RGB (Red+Green+Blue) = 216+205+160=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CDA0 is #27325F. Grayscale: #CBCBCB. Windows color (decimal): -2568800 or 10538456. OLE color: 10538456.
HSL color Cylindrical-coordinate representation of color #D8CDA0: hue angle of 48.21º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8CDA0 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 160 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.15 |
| HSL | 48.21º | 0.42% | 0.74% | - |
| HSV(B) | 48.21º | 0.26% | 0.85% | - |
| XYZ | 56.5 | 60.8 | 42.02 | - |
| YUV | 203.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 160 | 0 | 0.05 | 0.26 | 0.15 | 48.21 | 0.42 | 0.74 |
| Hex | D8 | CD | A0 | 0 | 5 | 1A | F | 30 | 2A | 4A |
| Octal | 330 | 315 | 240 | 0 | 5 | 32 | 17 | 60 | 52 | 112 |
| Binary | 11011000 | 11001101 | 10100000 | 0 | 101 | 11010 | 1111 | 110000 | 101010 | 1001010 |
Color Harmonies of #D8CDA0
Complementary color
Monochromatic Colors of #D8CDA0
Black with #D8CDA0
Text Example
Text Example
White with #D8CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDA0; }
p { color: rgb(216,205,160); }
H1.HeaderClassName
{
color: #D8CDA0;
}
.AnyTagClassName
{
color: #D8CDA0;
}
</style>
background-color css
<style>
a { background-color: #D8CDA0; }
a { background-color: rgb(216,205,160); }
div.DivClassName
{
background-color: #D8CDA0;
}
.BgClassName
{
background-color: #D8CDA0;
}
</style>
border-color css
<style>
span { border-color: #D8CDA0; }
span { border-color: rgb(216,205,160); }
td.TdClassName
{
border-color: #D8CDA0;
}
.TagClassName
{
border-color: #D8CDA0;
}
</style>