Shades of Tahuna Sands #DCC895
Tints of Tahuna Sands #DCC895
RGB
CMYK
RGB Variations
Color information
#DCC895 (or 0xDCC895) is known color: Tahuna Sands. HEX triplet: DC, C8 and 95. RGB value is (220,200,149). Sum of RGB (Red+Green+Blue) = 220+200+149=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC895 is #23376A. Grayscale: #C8C8C8. Windows color (decimal): -2307947 or 9816284. OLE color: 9816284.
HSL color Cylindrical-coordinate representation of color #DCC895: hue angle of 43.1º 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 #DCC895 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 149 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.14 |
| HSL | 43.1º | 0.5% | 0.72% | - |
| HSV(B) | 43.1º | 0.32% | 0.86% | - |
| XYZ | 55.59 | 58.69 | 36.83 | - |
| YUV | 200.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 149 | 0 | 0.09 | 0.32 | 0.14 | 43.1 | 0.5 | 0.72 |
| Hex | DC | C8 | 95 | 0 | 9 | 20 | E | 2B | 32 | 48 |
| Octal | 334 | 310 | 225 | 0 | 11 | 40 | 16 | 53 | 62 | 110 |
| Binary | 11011100 | 11001000 | 10010101 | 0 | 1001 | 100000 | 1110 | 101011 | 110010 | 1001000 |
Color Harmonies of #DCC895
Complementary color
Monochromatic Colors of #DCC895
Black with #DCC895
Text Example
Text Example
White with #DCC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC895; }
p { color: rgb(220,200,149); }
H1.HeaderClassName
{
color: #DCC895;
}
.AnyTagClassName
{
color: #DCC895;
}
</style>
background-color css
<style>
a { background-color: #DCC895; }
a { background-color: rgb(220,200,149); }
div.DivClassName
{
background-color: #DCC895;
}
.BgClassName
{
background-color: #DCC895;
}
</style>
border-color css
<style>
span { border-color: #DCC895; }
span { border-color: rgb(220,200,149); }
td.TdClassName
{
border-color: #DCC895;
}
.TagClassName
{
border-color: #DCC895;
}
</style>