Shades of Tahuna Sands #DCD197
Tints of Tahuna Sands #DCD197
RGB
CMYK
RGB Variations
Color information
#DCD197 (or 0xDCD197) is known color: Tahuna Sands. HEX triplet: DC, D1 and 97. RGB value is (220,209,151). Sum of RGB (Red+Green+Blue) = 220+209+151=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD197 is #232E68. Grayscale: #CDCDCD. Windows color (decimal): -2305641 or 9949660. OLE color: 9949660.
HSL color Cylindrical-coordinate representation of color #DCD197: hue angle of 50.43º 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 #DCD197 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 151 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.14 |
| HSL | 50.43º | 0.5% | 0.73% | - |
| HSV(B) | 50.43º | 0.31% | 0.86% | - |
| XYZ | 57.9 | 63.05 | 38.4 | - |
| YUV | 205.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 151 | 0 | 0.05 | 0.31 | 0.14 | 50.43 | 0.5 | 0.73 |
| Hex | DC | D1 | 97 | 0 | 5 | 1F | E | 32 | 32 | 49 |
| Octal | 334 | 321 | 227 | 0 | 5 | 37 | 16 | 62 | 62 | 111 |
| Binary | 11011100 | 11010001 | 10010111 | 0 | 101 | 11111 | 1110 | 110010 | 110010 | 1001001 |
Color Harmonies of #DCD197
Complementary color
Monochromatic Colors of #DCD197
Black with #DCD197
Text Example
Text Example
White with #DCD197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD197; }
p { color: rgb(220,209,151); }
H1.HeaderClassName
{
color: #DCD197;
}
.AnyTagClassName
{
color: #DCD197;
}
</style>
background-color css
<style>
a { background-color: #DCD197; }
a { background-color: rgb(220,209,151); }
div.DivClassName
{
background-color: #DCD197;
}
.BgClassName
{
background-color: #DCD197;
}
</style>
border-color css
<style>
span { border-color: #DCD197; }
span { border-color: rgb(220,209,151); }
td.TdClassName
{
border-color: #DCD197;
}
.TagClassName
{
border-color: #DCD197;
}
</style>