Shades of Tahuna Sands #D4D496
Tints of Tahuna Sands #D4D496
RGB
CMYK
RGB Variations
Color information
#D4D496 (or 0xD4D496) is known color: Tahuna Sands. HEX triplet: D4, D4 and 96. RGB value is (212,212,150). Sum of RGB (Red+Green+Blue) = 212+212+150=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D496 is #2B2B69. Grayscale: #CDCDCD. Windows color (decimal): -2829162 or 9884884. OLE color: 9884884.
HSL color Cylindrical-coordinate representation of color #D4D496: hue angle of 60º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4D496 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 150 | - |
| CMYK | 0 | 0 | 0.29 | 0.17 |
| HSL | 60º | 0.42% | 0.71% | - |
| HSV(B) | 60º | 0.29% | 0.83% | - |
| XYZ | 56.2 | 63.29 | 38.11 | - |
| YUV | 204.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 150 | 0 | 0 | 0.29 | 0.17 | 60 | 0.42 | 0.71 |
| Hex | D4 | D4 | 96 | 0 | 0 | 1D | 11 | 3C | 2A | 47 |
| Octal | 324 | 324 | 226 | 0 | 0 | 35 | 21 | 74 | 52 | 107 |
| Binary | 11010100 | 11010100 | 10010110 | 0 | 0 | 11101 | 10001 | 111100 | 101010 | 1000111 |
Color Harmonies of #D4D496
Complementary color
Monochromatic Colors of #D4D496
Black with #D4D496
Text Example
Text Example
White with #D4D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D496; }
p { color: rgb(212,212,150); }
H1.HeaderClassName
{
color: #D4D496;
}
.AnyTagClassName
{
color: #D4D496;
}
</style>
background-color css
<style>
a { background-color: #D4D496; }
a { background-color: rgb(212,212,150); }
div.DivClassName
{
background-color: #D4D496;
}
.BgClassName
{
background-color: #D4D496;
}
</style>
border-color css
<style>
span { border-color: #D4D496; }
span { border-color: rgb(212,212,150); }
td.TdClassName
{
border-color: #D4D496;
}
.TagClassName
{
border-color: #D4D496;
}
</style>