Shades of Tahuna Sands #D5CDA0
Tints of Tahuna Sands #D5CDA0
RGB
CMYK
RGB Variations
Color information
#D5CDA0 (or 0xD5CDA0) is known color: Tahuna Sands. HEX triplet: D5, CD and A0. RGB value is (213,205,160). Sum of RGB (Red+Green+Blue) = 213+205+160=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDA0 is #2A325F. Grayscale: #CACACA. Windows color (decimal): -2765408 or 10538453. OLE color: 10538453.
HSL color Cylindrical-coordinate representation of color #D5CDA0: hue angle of 50.94º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5CDA0 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 160 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.16 |
| HSL | 50.94º | 0.39% | 0.73% | - |
| HSV(B) | 50.94º | 0.25% | 0.84% | - |
| XYZ | 55.62 | 60.35 | 41.97 | - |
| YUV | 202.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 160 | 0 | 0.04 | 0.25 | 0.16 | 50.94 | 0.39 | 0.73 |
| Hex | D5 | CD | A0 | 0 | 4 | 19 | 10 | 33 | 27 | 49 |
| Octal | 325 | 315 | 240 | 0 | 4 | 31 | 20 | 63 | 47 | 111 |
| Binary | 11010101 | 11001101 | 10100000 | 0 | 100 | 11001 | 10000 | 110011 | 100111 | 1001001 |
Color Harmonies of #D5CDA0
Complementary color
Monochromatic Colors of #D5CDA0
Black with #D5CDA0
Text Example
Text Example
White with #D5CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDA0; }
p { color: rgb(213,205,160); }
H1.HeaderClassName
{
color: #D5CDA0;
}
.AnyTagClassName
{
color: #D5CDA0;
}
</style>
background-color css
<style>
a { background-color: #D5CDA0; }
a { background-color: rgb(213,205,160); }
div.DivClassName
{
background-color: #D5CDA0;
}
.BgClassName
{
background-color: #D5CDA0;
}
</style>
border-color css
<style>
span { border-color: #D5CDA0; }
span { border-color: rgb(213,205,160); }
td.TdClassName
{
border-color: #D5CDA0;
}
.TagClassName
{
border-color: #D5CDA0;
}
</style>