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