Shades of Tahuna Sands #DCD295
Tints of Tahuna Sands #DCD295
RGB
CMYK
RGB Variations
Color information
#DCD295 (or 0xDCD295) is known color: Tahuna Sands. HEX triplet: DC, D2 and 95. RGB value is (220,210,149). Sum of RGB (Red+Green+Blue) = 220+210+149=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD295 is #232D6A. Grayscale: #CECECE. Windows color (decimal): -2305387 or 9818844. OLE color: 9818844.
HSL color Cylindrical-coordinate representation of color #DCD295: hue angle of 51.55º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCD295 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 149 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.14 |
| HSL | 51.55º | 0.5% | 0.72% | - |
| HSV(B) | 51.55º | 0.32% | 0.86% | - |
| XYZ | 57.99 | 63.48 | 37.63 | - |
| YUV | 206.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 149 | 0 | 0.05 | 0.32 | 0.14 | 51.55 | 0.5 | 0.72 |
| Hex | DC | D2 | 95 | 0 | 5 | 20 | E | 34 | 32 | 48 |
| Octal | 334 | 322 | 225 | 0 | 5 | 40 | 16 | 64 | 62 | 110 |
| Binary | 11011100 | 11010010 | 10010101 | 0 | 101 | 100000 | 1110 | 110100 | 110010 | 1001000 |
Color Harmonies of #DCD295
Complementary color
Monochromatic Colors of #DCD295
Black with #DCD295
Text Example
Text Example
White with #DCD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD295; }
p { color: rgb(220,210,149); }
H1.HeaderClassName
{
color: #DCD295;
}
.AnyTagClassName
{
color: #DCD295;
}
</style>
background-color css
<style>
a { background-color: #DCD295; }
a { background-color: rgb(220,210,149); }
div.DivClassName
{
background-color: #DCD295;
}
.BgClassName
{
background-color: #DCD295;
}
</style>
border-color css
<style>
span { border-color: #DCD295; }
span { border-color: rgb(220,210,149); }
td.TdClassName
{
border-color: #DCD295;
}
.TagClassName
{
border-color: #DCD295;
}
</style>