Shades of Tahuna Sands #DCD19E
Tints of Tahuna Sands #DCD19E
RGB
CMYK
RGB Variations
Color information
#DCD19E (or 0xDCD19E) is known color: Tahuna Sands. HEX triplet: DC, D1 and 9E. RGB value is (220,209,158). Sum of RGB (Red+Green+Blue) = 220+209+158=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD19E is #232E61. Grayscale: #CECECE. Windows color (decimal): -2305634 or 10408412. OLE color: 10408412.
HSL color Cylindrical-coordinate representation of color #DCD19E: hue angle of 49.35º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCD19E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 158 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.14 |
| HSL | 49.35º | 0.47% | 0.74% | - |
| HSV(B) | 49.35º | 0.28% | 0.86% | - |
| XYZ | 58.49 | 63.29 | 41.48 | - |
| YUV | 206.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 158 | 0 | 0.05 | 0.28 | 0.14 | 49.35 | 0.47 | 0.74 |
| Hex | DC | D1 | 9E | 0 | 5 | 1C | E | 31 | 2F | 4A |
| Octal | 334 | 321 | 236 | 0 | 5 | 34 | 16 | 61 | 57 | 112 |
| Binary | 11011100 | 11010001 | 10011110 | 0 | 101 | 11100 | 1110 | 110001 | 101111 | 1001010 |
Color Harmonies of #DCD19E
Complementary color
Monochromatic Colors of #DCD19E
Black with #DCD19E
Text Example
Text Example
White with #DCD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD19E; }
p { color: rgb(220,209,158); }
H1.HeaderClassName
{
color: #DCD19E;
}
.AnyTagClassName
{
color: #DCD19E;
}
</style>
background-color css
<style>
a { background-color: #DCD19E; }
a { background-color: rgb(220,209,158); }
div.DivClassName
{
background-color: #DCD19E;
}
.BgClassName
{
background-color: #DCD19E;
}
</style>
border-color css
<style>
span { border-color: #DCD19E; }
span { border-color: rgb(220,209,158); }
td.TdClassName
{
border-color: #DCD19E;
}
.TagClassName
{
border-color: #DCD19E;
}
</style>