Shades of Tahuna Sands #DCD09E
Tints of Tahuna Sands #DCD09E
RGB
CMYK
RGB Variations
Color information
#DCD09E (or 0xDCD09E) is known color: Tahuna Sands. HEX triplet: DC, D0 and 9E. RGB value is (220,208,158). Sum of RGB (Red+Green+Blue) = 220+208+158=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD09E is #232F61. Grayscale: #CECECE. Windows color (decimal): -2305890 or 10408156. OLE color: 10408156.
HSL color Cylindrical-coordinate representation of color #DCD09E: hue angle of 48.39º 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 #DCD09E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 158 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.14 |
| HSL | 48.39º | 0.47% | 0.74% | - |
| HSV(B) | 48.39º | 0.28% | 0.86% | - |
| XYZ | 58.24 | 62.8 | 41.4 | - |
| YUV | 205.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 158 | 0 | 0.05 | 0.28 | 0.14 | 48.39 | 0.47 | 0.74 |
| Hex | DC | D0 | 9E | 0 | 5 | 1C | E | 30 | 2F | 4A |
| Octal | 334 | 320 | 236 | 0 | 5 | 34 | 16 | 60 | 57 | 112 |
| Binary | 11011100 | 11010000 | 10011110 | 0 | 101 | 11100 | 1110 | 110000 | 101111 | 1001010 |
Color Harmonies of #DCD09E
Complementary color
Monochromatic Colors of #DCD09E
Black with #DCD09E
Text Example
Text Example
White with #DCD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD09E; }
p { color: rgb(220,208,158); }
H1.HeaderClassName
{
color: #DCD09E;
}
.AnyTagClassName
{
color: #DCD09E;
}
</style>
background-color css
<style>
a { background-color: #DCD09E; }
a { background-color: rgb(220,208,158); }
div.DivClassName
{
background-color: #DCD09E;
}
.BgClassName
{
background-color: #DCD09E;
}
</style>
border-color css
<style>
span { border-color: #DCD09E; }
span { border-color: rgb(220,208,158); }
td.TdClassName
{
border-color: #DCD09E;
}
.TagClassName
{
border-color: #DCD09E;
}
</style>