Shades of Tahuna Sands #D4D294
Tints of Tahuna Sands #D4D294
RGB
CMYK
RGB Variations
Color information
#D4D294 (or 0xD4D294) is known color: Tahuna Sands. HEX triplet: D4, D2 and 94. RGB value is (212,210,148). Sum of RGB (Red+Green+Blue) = 212+210+148=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D294 is #2B2D6B. Grayscale: #CBCBCB. Windows color (decimal): -2829676 or 9753300. OLE color: 9753300.
HSL color Cylindrical-coordinate representation of color #D4D294: hue angle of 58.12º 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 #D4D294 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 148 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.17 |
| HSL | 58.13º | 0.43% | 0.71% | - |
| HSV(B) | 58.13º | 0.3% | 0.83% | - |
| XYZ | 55.54 | 62.23 | 37.1 | - |
| YUV | 203.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 148 | 0 | 0.01 | 0.30 | 0.17 | 58.13 | 0.43 | 0.71 |
| Hex | D4 | D2 | 94 | 0 | 1 | 1E | 11 | 3A | 2B | 47 |
| Octal | 324 | 322 | 224 | 0 | 1 | 36 | 21 | 72 | 53 | 107 |
| Binary | 11010100 | 11010010 | 10010100 | 0 | 1 | 11110 | 10001 | 111010 | 101011 | 1000111 |
Color Harmonies of #D4D294
Complementary color
Monochromatic Colors of #D4D294
Black with #D4D294
Text Example
Text Example
White with #D4D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D294; }
p { color: rgb(212,210,148); }
H1.HeaderClassName
{
color: #D4D294;
}
.AnyTagClassName
{
color: #D4D294;
}
</style>
background-color css
<style>
a { background-color: #D4D294; }
a { background-color: rgb(212,210,148); }
div.DivClassName
{
background-color: #D4D294;
}
.BgClassName
{
background-color: #D4D294;
}
</style>
border-color css
<style>
span { border-color: #D4D294; }
span { border-color: rgb(212,210,148); }
td.TdClassName
{
border-color: #D4D294;
}
.TagClassName
{
border-color: #D4D294;
}
</style>