Shades of Tahuna Sands #DCD499
Tints of Tahuna Sands #DCD499
RGB
CMYK
RGB Variations
Color information
#DCD499 (or 0xDCD499) is known color: Tahuna Sands. HEX triplet: DC, D4 and 99. RGB value is (220,212,153). Sum of RGB (Red+Green+Blue) = 220+212+153=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD499 is #232B66. Grayscale: #CFCFCF. Windows color (decimal): -2304871 or 10081500. OLE color: 10081500.
HSL color Cylindrical-coordinate representation of color #DCD499: hue angle of 52.84º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD499 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 153 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.14 |
| HSL | 52.84º | 0.49% | 0.73% | - |
| HSV(B) | 52.84º | 0.3% | 0.86% | - |
| XYZ | 58.81 | 64.6 | 39.51 | - |
| YUV | 207.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 153 | 0 | 0.04 | 0.30 | 0.14 | 52.84 | 0.49 | 0.73 |
| Hex | DC | D4 | 99 | 0 | 4 | 1E | E | 35 | 31 | 49 |
| Octal | 334 | 324 | 231 | 0 | 4 | 36 | 16 | 65 | 61 | 111 |
| Binary | 11011100 | 11010100 | 10011001 | 0 | 100 | 11110 | 1110 | 110101 | 110001 | 1001001 |
Color Harmonies of #DCD499
Complementary color
Monochromatic Colors of #DCD499
Black with #DCD499
Text Example
Text Example
White with #DCD499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD499; }
p { color: rgb(220,212,153); }
H1.HeaderClassName
{
color: #DCD499;
}
.AnyTagClassName
{
color: #DCD499;
}
</style>
background-color css
<style>
a { background-color: #DCD499; }
a { background-color: rgb(220,212,153); }
div.DivClassName
{
background-color: #DCD499;
}
.BgClassName
{
background-color: #DCD499;
}
</style>
border-color css
<style>
span { border-color: #DCD499; }
span { border-color: rgb(220,212,153); }
td.TdClassName
{
border-color: #DCD499;
}
.TagClassName
{
border-color: #DCD499;
}
</style>