Shades of Tahuna Sands #DCD497
Tints of Tahuna Sands #DCD497
RGB
CMYK
RGB Variations
Color information
#DCD497 (or 0xDCD497) is known color: Tahuna Sands. HEX triplet: DC, D4 and 97. RGB value is (220,212,151). Sum of RGB (Red+Green+Blue) = 220+212+151=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD497 is #232B68. Grayscale: #CFCFCF. Windows color (decimal): -2304873 or 9950428. OLE color: 9950428.
HSL color Cylindrical-coordinate representation of color #DCD497: hue angle of 53.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCD497 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 151 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.14 |
| HSL | 53.04º | 0.5% | 0.73% | - |
| HSV(B) | 53.04º | 0.31% | 0.86% | - |
| XYZ | 58.64 | 64.54 | 38.64 | - |
| YUV | 207.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 151 | 0 | 0.04 | 0.31 | 0.14 | 53.04 | 0.5 | 0.73 |
| Hex | DC | D4 | 97 | 0 | 4 | 1F | E | 35 | 32 | 49 |
| Octal | 334 | 324 | 227 | 0 | 4 | 37 | 16 | 65 | 62 | 111 |
| Binary | 11011100 | 11010100 | 10010111 | 0 | 100 | 11111 | 1110 | 110101 | 110010 | 1001001 |
Color Harmonies of #DCD497
Complementary color
Monochromatic Colors of #DCD497
Black with #DCD497
Text Example
Text Example
White with #DCD497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD497; }
p { color: rgb(220,212,151); }
H1.HeaderClassName
{
color: #DCD497;
}
.AnyTagClassName
{
color: #DCD497;
}
</style>
background-color css
<style>
a { background-color: #DCD497; }
a { background-color: rgb(220,212,151); }
div.DivClassName
{
background-color: #DCD497;
}
.BgClassName
{
background-color: #DCD497;
}
</style>
border-color css
<style>
span { border-color: #DCD497; }
span { border-color: rgb(220,212,151); }
td.TdClassName
{
border-color: #DCD497;
}
.TagClassName
{
border-color: #DCD497;
}
</style>