Shades of Tahuna Sands #D5CDA6
Tints of Tahuna Sands #D5CDA6
RGB
CMYK
RGB Variations
Color information
#D5CDA6 (or 0xD5CDA6) is known color: Tahuna Sands. HEX triplet: D5, CD and A6. RGB value is (213,205,166). Sum of RGB (Red+Green+Blue) = 213+205+166=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDA6 is #2A3259. Grayscale: #CBCBCB. Windows color (decimal): -2765402 or 10931669. OLE color: 10931669.
HSL color Cylindrical-coordinate representation of color #D5CDA6: hue angle of 49.79º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5CDA6 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 166 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.16 |
| HSL | 49.79º | 0.36% | 0.74% | - |
| HSV(B) | 49.79º | 0.22% | 0.84% | - |
| XYZ | 56.15 | 60.56 | 44.81 | - |
| YUV | 202.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 166 | 0 | 0.04 | 0.22 | 0.16 | 49.79 | 0.36 | 0.74 |
| Hex | D5 | CD | A6 | 0 | 4 | 16 | 10 | 32 | 24 | 4A |
| Octal | 325 | 315 | 246 | 0 | 4 | 26 | 20 | 62 | 44 | 112 |
| Binary | 11010101 | 11001101 | 10100110 | 0 | 100 | 10110 | 10000 | 110010 | 100100 | 1001010 |
Color Harmonies of #D5CDA6
Complementary color
Monochromatic Colors of #D5CDA6
Black with #D5CDA6
Text Example
Text Example
White with #D5CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDA6; }
p { color: rgb(213,205,166); }
H1.HeaderClassName
{
color: #D5CDA6;
}
.AnyTagClassName
{
color: #D5CDA6;
}
</style>
background-color css
<style>
a { background-color: #D5CDA6; }
a { background-color: rgb(213,205,166); }
div.DivClassName
{
background-color: #D5CDA6;
}
.BgClassName
{
background-color: #D5CDA6;
}
</style>
border-color css
<style>
span { border-color: #D5CDA6; }
span { border-color: rgb(213,205,166); }
td.TdClassName
{
border-color: #D5CDA6;
}
.TagClassName
{
border-color: #D5CDA6;
}
</style>