Shades of Tahuna Sands #D5D69A
Tints of Tahuna Sands #D5D69A
RGB
CMYK
RGB Variations
Color information
#D5D69A (or 0xD5D69A) is known color: Tahuna Sands. HEX triplet: D5, D6 and 9A. RGB value is (213,214,154). Sum of RGB (Red+Green+Blue) = 213+214+154=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D69A is #2A2965. Grayscale: #CFCFCF. Windows color (decimal): -2763110 or 10147541. OLE color: 10147541.
HSL color Cylindrical-coordinate representation of color #D5D69A: hue angle of 61º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5D69A is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 154 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.16 |
| HSL | 61º | 0.42% | 0.72% | - |
| HSV(B) | 61º | 0.28% | 0.84% | - |
| XYZ | 57.32 | 64.57 | 40.01 | - |
| YUV | 206.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 154 | 0.00 | 0 | 0.28 | 0.16 | 61 | 0.42 | 0.72 |
| Hex | D5 | D6 | 9A | 0 | 0 | 1C | 10 | 3D | 2A | 48 |
| Octal | 325 | 326 | 232 | 0 | 0 | 34 | 20 | 75 | 52 | 110 |
| Binary | 11010101 | 11010110 | 10011010 | 0 | 0 | 11100 | 10000 | 111101 | 101010 | 1001000 |
Color Harmonies of #D5D69A
Complementary color
Monochromatic Colors of #D5D69A
Black with #D5D69A
Text Example
Text Example
White with #D5D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D69A; }
p { color: rgb(213,214,154); }
H1.HeaderClassName
{
color: #D5D69A;
}
.AnyTagClassName
{
color: #D5D69A;
}
</style>
background-color css
<style>
a { background-color: #D5D69A; }
a { background-color: rgb(213,214,154); }
div.DivClassName
{
background-color: #D5D69A;
}
.BgClassName
{
background-color: #D5D69A;
}
</style>
border-color css
<style>
span { border-color: #D5D69A; }
span { border-color: rgb(213,214,154); }
td.TdClassName
{
border-color: #D5D69A;
}
.TagClassName
{
border-color: #D5D69A;
}
</style>