Shades of Tahuna Sands #D4D194
Tints of Tahuna Sands #D4D194
RGB
CMYK
RGB Variations
Color information
#D4D194 (or 0xD4D194) is known color: Tahuna Sands. HEX triplet: D4, D1 and 94. RGB value is (212,209,148). Sum of RGB (Red+Green+Blue) = 212+209+148=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D194 is #2B2E6B. Grayscale: #CBCBCB. Windows color (decimal): -2829932 or 9753044. OLE color: 9753044.
HSL color Cylindrical-coordinate representation of color #D4D194: hue angle of 57.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4D194 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 148 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.17 |
| HSL | 57.19º | 0.43% | 0.71% | - |
| HSV(B) | 57.19º | 0.3% | 0.83% | - |
| XYZ | 55.3 | 61.74 | 37.02 | - |
| YUV | 202.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 148 | 0 | 0.01 | 0.30 | 0.17 | 57.19 | 0.43 | 0.71 |
| Hex | D4 | D1 | 94 | 0 | 1 | 1E | 11 | 39 | 2B | 47 |
| Octal | 324 | 321 | 224 | 0 | 1 | 36 | 21 | 71 | 53 | 107 |
| Binary | 11010100 | 11010001 | 10010100 | 0 | 1 | 11110 | 10001 | 111001 | 101011 | 1000111 |
Color Harmonies of #D4D194
Complementary color
Monochromatic Colors of #D4D194
Black with #D4D194
Text Example
Text Example
White with #D4D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D194; }
p { color: rgb(212,209,148); }
H1.HeaderClassName
{
color: #D4D194;
}
.AnyTagClassName
{
color: #D4D194;
}
</style>
background-color css
<style>
a { background-color: #D4D194; }
a { background-color: rgb(212,209,148); }
div.DivClassName
{
background-color: #D4D194;
}
.BgClassName
{
background-color: #D4D194;
}
</style>
border-color css
<style>
span { border-color: #D4D194; }
span { border-color: rgb(212,209,148); }
td.TdClassName
{
border-color: #D4D194;
}
.TagClassName
{
border-color: #D4D194;
}
</style>