Shades of Tahuna Sands #DCD39A
Tints of Tahuna Sands #DCD39A
RGB
CMYK
RGB Variations
Color information
#DCD39A (or 0xDCD39A) is known color: Tahuna Sands. HEX triplet: DC, D3 and 9A. RGB value is (220,211,154). Sum of RGB (Red+Green+Blue) = 220+211+154=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD39A is #232C65. Grayscale: #CFCFCF. Windows color (decimal): -2305126 or 10146780. OLE color: 10146780.
HSL color Cylindrical-coordinate representation of color #DCD39A: hue angle of 51.82º 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 #DCD39A is Cyan = 0, Magento = 0.04, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 154 | - |
| CMYK | 0 | 0.04 | 0.3 | 0.14 |
| HSL | 51.82º | 0.49% | 0.73% | - |
| HSV(B) | 51.82º | 0.3% | 0.86% | - |
| XYZ | 58.64 | 64.14 | 39.86 | - |
| YUV | 207.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 154 | 0 | 0.04 | 0.3 | 0.14 | 51.82 | 0.49 | 0.73 |
| Hex | DC | D3 | 9A | 0 | 4 | 1E | E | 34 | 31 | 49 |
| Octal | 334 | 323 | 232 | 0 | 4 | 36 | 16 | 64 | 61 | 111 |
| Binary | 11011100 | 11010011 | 10011010 | 0 | 100 | 11110 | 1110 | 110100 | 110001 | 1001001 |
Color Harmonies of #DCD39A
Complementary color
Monochromatic Colors of #DCD39A
Black with #DCD39A
Text Example
Text Example
White with #DCD39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD39A; }
p { color: rgb(220,211,154); }
H1.HeaderClassName
{
color: #DCD39A;
}
.AnyTagClassName
{
color: #DCD39A;
}
</style>
background-color css
<style>
a { background-color: #DCD39A; }
a { background-color: rgb(220,211,154); }
div.DivClassName
{
background-color: #DCD39A;
}
.BgClassName
{
background-color: #DCD39A;
}
</style>
border-color css
<style>
span { border-color: #DCD39A; }
span { border-color: rgb(220,211,154); }
td.TdClassName
{
border-color: #DCD39A;
}
.TagClassName
{
border-color: #DCD39A;
}
</style>