Shades of Tahuna Sands #DCD596
Tints of Tahuna Sands #DCD596
RGB
CMYK
RGB Variations
Color information
#DCD596 (or 0xDCD596) is known color: Tahuna Sands. HEX triplet: DC, D5 and 96. RGB value is (220,213,150). Sum of RGB (Red+Green+Blue) = 220+213+150=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD596 is #232A69. Grayscale: #D0D0D0. Windows color (decimal): -2304618 or 9885148. OLE color: 9885148.
HSL color Cylindrical-coordinate representation of color #DCD596: hue angle of 54º 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 #DCD596 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 150 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.14 |
| HSL | 54º | 0.5% | 0.73% | - |
| HSV(B) | 54º | 0.32% | 0.86% | - |
| XYZ | 58.81 | 65.01 | 38.3 | - |
| YUV | 207.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 150 | 0 | 0.03 | 0.32 | 0.14 | 54 | 0.5 | 0.73 |
| Hex | DC | D5 | 96 | 0 | 3 | 20 | E | 36 | 32 | 49 |
| Octal | 334 | 325 | 226 | 0 | 3 | 40 | 16 | 66 | 62 | 111 |
| Binary | 11011100 | 11010101 | 10010110 | 0 | 11 | 100000 | 1110 | 110110 | 110010 | 1001001 |
Color Harmonies of #DCD596
Complementary color
Monochromatic Colors of #DCD596
Black with #DCD596
Text Example
Text Example
White with #DCD596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD596; }
p { color: rgb(220,213,150); }
H1.HeaderClassName
{
color: #DCD596;
}
.AnyTagClassName
{
color: #DCD596;
}
</style>
background-color css
<style>
a { background-color: #DCD596; }
a { background-color: rgb(220,213,150); }
div.DivClassName
{
background-color: #DCD596;
}
.BgClassName
{
background-color: #DCD596;
}
</style>
border-color css
<style>
span { border-color: #DCD596; }
span { border-color: rgb(220,213,150); }
td.TdClassName
{
border-color: #DCD596;
}
.TagClassName
{
border-color: #DCD596;
}
</style>