Shades of Tahuna Sands #DACBA0
Tints of Tahuna Sands #DACBA0
RGB
CMYK
RGB Variations
Color information
#DACBA0 (or 0xDACBA0) is known color: Tahuna Sands. HEX triplet: DA, CB and A0. RGB value is (218,203,160). Sum of RGB (Red+Green+Blue) = 218+203+160=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBA0 is #25345F. Grayscale: #CACACA. Windows color (decimal): -2438240 or 10537946. OLE color: 10537946.
HSL color Cylindrical-coordinate representation of color #DACBA0: hue angle of 44.48º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DACBA0 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 160 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.15 |
| HSL | 44.48º | 0.44% | 0.74% | - |
| HSV(B) | 44.48º | 0.27% | 0.85% | - |
| XYZ | 56.61 | 60.16 | 41.88 | - |
| YUV | 202.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 160 | 0 | 0.07 | 0.27 | 0.15 | 44.48 | 0.44 | 0.74 |
| Hex | DA | CB | A0 | 0 | 7 | 1B | F | 2C | 2C | 4A |
| Octal | 332 | 313 | 240 | 0 | 7 | 33 | 17 | 54 | 54 | 112 |
| Binary | 11011010 | 11001011 | 10100000 | 0 | 111 | 11011 | 1111 | 101100 | 101100 | 1001010 |
Color Harmonies of #DACBA0
Complementary color
Monochromatic Colors of #DACBA0
Black with #DACBA0
Text Example
Text Example
White with #DACBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBA0; }
p { color: rgb(218,203,160); }
H1.HeaderClassName
{
color: #DACBA0;
}
.AnyTagClassName
{
color: #DACBA0;
}
</style>
background-color css
<style>
a { background-color: #DACBA0; }
a { background-color: rgb(218,203,160); }
div.DivClassName
{
background-color: #DACBA0;
}
.BgClassName
{
background-color: #DACBA0;
}
</style>
border-color css
<style>
span { border-color: #DACBA0; }
span { border-color: rgb(218,203,160); }
td.TdClassName
{
border-color: #DACBA0;
}
.TagClassName
{
border-color: #DACBA0;
}
</style>