Shades of Tahuna Sands #DCD496
Tints of Tahuna Sands #DCD496
RGB
CMYK
RGB Variations
Color information
#DCD496 (or 0xDCD496) is known color: Tahuna Sands. HEX triplet: DC, D4 and 96. RGB value is (220,212,150). Sum of RGB (Red+Green+Blue) = 220+212+150=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD496 is #232B69. Grayscale: #CFCFCF. Windows color (decimal): -2304874 or 9884892. OLE color: 9884892.
HSL color Cylindrical-coordinate representation of color #DCD496: hue angle of 53.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCD496 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 150 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.14 |
| HSL | 53.14º | 0.5% | 0.73% | - |
| HSV(B) | 53.14º | 0.32% | 0.86% | - |
| XYZ | 58.56 | 64.5 | 38.22 | - |
| YUV | 207.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 150 | 0 | 0.04 | 0.32 | 0.14 | 53.14 | 0.5 | 0.73 |
| Hex | DC | D4 | 96 | 0 | 4 | 20 | E | 35 | 32 | 49 |
| Octal | 334 | 324 | 226 | 0 | 4 | 40 | 16 | 65 | 62 | 111 |
| Binary | 11011100 | 11010100 | 10010110 | 0 | 100 | 100000 | 1110 | 110101 | 110010 | 1001001 |
Color Harmonies of #DCD496
Complementary color
Monochromatic Colors of #DCD496
Black with #DCD496
Text Example
Text Example
White with #DCD496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD496; }
p { color: rgb(220,212,150); }
H1.HeaderClassName
{
color: #DCD496;
}
.AnyTagClassName
{
color: #DCD496;
}
</style>
background-color css
<style>
a { background-color: #DCD496; }
a { background-color: rgb(220,212,150); }
div.DivClassName
{
background-color: #DCD496;
}
.BgClassName
{
background-color: #DCD496;
}
</style>
border-color css
<style>
span { border-color: #DCD496; }
span { border-color: rgb(220,212,150); }
td.TdClassName
{
border-color: #DCD496;
}
.TagClassName
{
border-color: #DCD496;
}
</style>