Shades of Tahuna Sands #DCCA96
Tints of Tahuna Sands #DCCA96
RGB
CMYK
RGB Variations
Color information
#DCCA96 (or 0xDCCA96) is known color: Tahuna Sands. HEX triplet: DC, CA and 96. RGB value is (220,202,150). Sum of RGB (Red+Green+Blue) = 220+202+150=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA96 is #233569. Grayscale: #C9C9C9. Windows color (decimal): -2307434 or 9882332. OLE color: 9882332.
HSL color Cylindrical-coordinate representation of color #DCCA96: hue angle of 44.57º 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 #DCCA96 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 150 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.14 |
| HSL | 44.57º | 0.5% | 0.73% | - |
| HSV(B) | 44.57º | 0.32% | 0.86% | - |
| XYZ | 56.14 | 59.66 | 37.41 | - |
| YUV | 201.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 150 | 0 | 0.08 | 0.32 | 0.14 | 44.57 | 0.5 | 0.73 |
| Hex | DC | CA | 96 | 0 | 8 | 20 | E | 2D | 32 | 49 |
| Octal | 334 | 312 | 226 | 0 | 10 | 40 | 16 | 55 | 62 | 111 |
| Binary | 11011100 | 11001010 | 10010110 | 0 | 1000 | 100000 | 1110 | 101101 | 110010 | 1001001 |
Color Harmonies of #DCCA96
Complementary color
Monochromatic Colors of #DCCA96
Black with #DCCA96
Text Example
Text Example
White with #DCCA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA96; }
p { color: rgb(220,202,150); }
H1.HeaderClassName
{
color: #DCCA96;
}
.AnyTagClassName
{
color: #DCCA96;
}
</style>
background-color css
<style>
a { background-color: #DCCA96; }
a { background-color: rgb(220,202,150); }
div.DivClassName
{
background-color: #DCCA96;
}
.BgClassName
{
background-color: #DCCA96;
}
</style>
border-color css
<style>
span { border-color: #DCCA96; }
span { border-color: rgb(220,202,150); }
td.TdClassName
{
border-color: #DCCA96;
}
.TagClassName
{
border-color: #DCCA96;
}
</style>