Shades of Tahuna Sands #D5C794
Tints of Tahuna Sands #D5C794
RGB
CMYK
RGB Variations
Color information
#D5C794 (or 0xD5C794) is known color: Tahuna Sands. HEX triplet: D5, C7 and 94. RGB value is (213,199,148). Sum of RGB (Red+Green+Blue) = 213+199+148=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C794 is #2A386B. Grayscale: #C5C5C5. Windows color (decimal): -2766956 or 9750485. OLE color: 9750485.
HSL color Cylindrical-coordinate representation of color #D5C794: hue angle of 47.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C794 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 148 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.16 |
| HSL | 47.08º | 0.44% | 0.71% | - |
| HSV(B) | 47.08º | 0.31% | 0.84% | - |
| XYZ | 53.21 | 57.13 | 36.24 | - |
| YUV | 197.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 148 | 0 | 0.07 | 0.31 | 0.16 | 47.08 | 0.44 | 0.71 |
| Hex | D5 | C7 | 94 | 0 | 7 | 1F | 10 | 2F | 2C | 47 |
| Octal | 325 | 307 | 224 | 0 | 7 | 37 | 20 | 57 | 54 | 107 |
| Binary | 11010101 | 11000111 | 10010100 | 0 | 111 | 11111 | 10000 | 101111 | 101100 | 1000111 |
Color Harmonies of #D5C794
Complementary color
Monochromatic Colors of #D5C794
Black with #D5C794
Text Example
Text Example
White with #D5C794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C794; }
p { color: rgb(213,199,148); }
H1.HeaderClassName
{
color: #D5C794;
}
.AnyTagClassName
{
color: #D5C794;
}
</style>
background-color css
<style>
a { background-color: #D5C794; }
a { background-color: rgb(213,199,148); }
div.DivClassName
{
background-color: #D5C794;
}
.BgClassName
{
background-color: #D5C794;
}
</style>
border-color css
<style>
span { border-color: #D5C794; }
span { border-color: rgb(213,199,148); }
td.TdClassName
{
border-color: #D5C794;
}
.TagClassName
{
border-color: #D5C794;
}
</style>