Shades of Tahuna Sands #DCD09A
Tints of Tahuna Sands #DCD09A
RGB
CMYK
RGB Variations
Color information
#DCD09A (or 0xDCD09A) is known color: Tahuna Sands. HEX triplet: DC, D0 and 9A. RGB value is (220,208,154). Sum of RGB (Red+Green+Blue) = 220+208+154=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD09A is #232F65. Grayscale: #CDCDCD. Windows color (decimal): -2305894 or 10146012. OLE color: 10146012.
HSL color Cylindrical-coordinate representation of color #DCD09A: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD09A is Cyan = 0, Magento = 0.05, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 154 | - |
| CMYK | 0 | 0.05 | 0.3 | 0.14 |
| HSL | 49.09º | 0.49% | 0.73% | - |
| HSV(B) | 49.09º | 0.3% | 0.86% | - |
| XYZ | 57.9 | 62.66 | 39.61 | - |
| YUV | 205.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 154 | 0 | 0.05 | 0.3 | 0.14 | 49.09 | 0.49 | 0.73 |
| Hex | DC | D0 | 9A | 0 | 5 | 1E | E | 31 | 31 | 49 |
| Octal | 334 | 320 | 232 | 0 | 5 | 36 | 16 | 61 | 61 | 111 |
| Binary | 11011100 | 11010000 | 10011010 | 0 | 101 | 11110 | 1110 | 110001 | 110001 | 1001001 |
Color Harmonies of #DCD09A
Complementary color
Monochromatic Colors of #DCD09A
Black with #DCD09A
Text Example
Text Example
White with #DCD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD09A; }
p { color: rgb(220,208,154); }
H1.HeaderClassName
{
color: #DCD09A;
}
.AnyTagClassName
{
color: #DCD09A;
}
</style>
background-color css
<style>
a { background-color: #DCD09A; }
a { background-color: rgb(220,208,154); }
div.DivClassName
{
background-color: #DCD09A;
}
.BgClassName
{
background-color: #DCD09A;
}
</style>
border-color css
<style>
span { border-color: #DCD09A; }
span { border-color: rgb(220,208,154); }
td.TdClassName
{
border-color: #DCD09A;
}
.TagClassName
{
border-color: #DCD09A;
}
</style>