Shades of Tahuna Sands #DCD39B
Tints of Tahuna Sands #DCD39B
RGB
CMYK
RGB Variations
Color information
#DCD39B (or 0xDCD39B) is known color: Tahuna Sands. HEX triplet: DC, D3 and 9B. RGB value is (220,211,155). Sum of RGB (Red+Green+Blue) = 220+211+155=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD39B is #232C64. Grayscale: #CFCFCF. Windows color (decimal): -2305125 or 10212316. OLE color: 10212316.
HSL color Cylindrical-coordinate representation of color #DCD39B: hue angle of 51.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD39B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 155 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.14 |
| HSL | 51.69º | 0.48% | 0.74% | - |
| HSV(B) | 51.69º | 0.3% | 0.86% | - |
| XYZ | 58.73 | 64.17 | 40.3 | - |
| YUV | 207.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 155 | 0 | 0.04 | 0.30 | 0.14 | 51.69 | 0.48 | 0.74 |
| Hex | DC | D3 | 9B | 0 | 4 | 1E | E | 34 | 30 | 4A |
| Octal | 334 | 323 | 233 | 0 | 4 | 36 | 16 | 64 | 60 | 112 |
| Binary | 11011100 | 11010011 | 10011011 | 0 | 100 | 11110 | 1110 | 110100 | 110000 | 1001010 |
Color Harmonies of #DCD39B
Complementary color
Monochromatic Colors of #DCD39B
Black with #DCD39B
Text Example
Text Example
White with #DCD39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD39B; }
p { color: rgb(220,211,155); }
H1.HeaderClassName
{
color: #DCD39B;
}
.AnyTagClassName
{
color: #DCD39B;
}
</style>
background-color css
<style>
a { background-color: #DCD39B; }
a { background-color: rgb(220,211,155); }
div.DivClassName
{
background-color: #DCD39B;
}
.BgClassName
{
background-color: #DCD39B;
}
</style>
border-color css
<style>
span { border-color: #DCD39B; }
span { border-color: rgb(220,211,155); }
td.TdClassName
{
border-color: #DCD39B;
}
.TagClassName
{
border-color: #DCD39B;
}
</style>