Shades of Tahuna Sands #DCC896
Tints of Tahuna Sands #DCC896
RGB
CMYK
RGB Variations
Color information
#DCC896 (or 0xDCC896) is known color: Tahuna Sands. HEX triplet: DC, C8 and 96. RGB value is (220,200,150). Sum of RGB (Red+Green+Blue) = 220+200+150=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC896 is #233769. Grayscale: #C8C8C8. Windows color (decimal): -2307946 or 9881820. OLE color: 9881820.
HSL color Cylindrical-coordinate representation of color #DCC896: hue angle of 42.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC896 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 150 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.14 |
| HSL | 42.86º | 0.5% | 0.73% | - |
| HSV(B) | 42.86º | 0.32% | 0.86% | - |
| XYZ | 55.67 | 58.73 | 37.26 | - |
| YUV | 200.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 150 | 0 | 0.09 | 0.32 | 0.14 | 42.86 | 0.5 | 0.73 |
| Hex | DC | C8 | 96 | 0 | 9 | 20 | E | 2B | 32 | 49 |
| Octal | 334 | 310 | 226 | 0 | 11 | 40 | 16 | 53 | 62 | 111 |
| Binary | 11011100 | 11001000 | 10010110 | 0 | 1001 | 100000 | 1110 | 101011 | 110010 | 1001001 |
Color Harmonies of #DCC896
Complementary color
Monochromatic Colors of #DCC896
Black with #DCC896
Text Example
Text Example
White with #DCC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC896; }
p { color: rgb(220,200,150); }
H1.HeaderClassName
{
color: #DCC896;
}
.AnyTagClassName
{
color: #DCC896;
}
</style>
background-color css
<style>
a { background-color: #DCC896; }
a { background-color: rgb(220,200,150); }
div.DivClassName
{
background-color: #DCC896;
}
.BgClassName
{
background-color: #DCC896;
}
</style>
border-color css
<style>
span { border-color: #DCC896; }
span { border-color: rgb(220,200,150); }
td.TdClassName
{
border-color: #DCC896;
}
.TagClassName
{
border-color: #DCC896;
}
</style>