Shades of Tahuna Sands #DAC692
Tints of Tahuna Sands #DAC692
RGB
CMYK
RGB Variations
Color information
#DAC692 (or 0xDAC692) is known color: Tahuna Sands. HEX triplet: DA, C6 and 92. RGB value is (218,198,146). Sum of RGB (Red+Green+Blue) = 218+198+146=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC692 is #25396D. Grayscale: #C6C6C6. Windows color (decimal): -2439534 or 9619162. OLE color: 9619162.
HSL color Cylindrical-coordinate representation of color #DAC692: hue angle of 43.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC692 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 146 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.15 |
| HSL | 43.33º | 0.49% | 0.71% | - |
| HSV(B) | 43.33º | 0.33% | 0.85% | - |
| XYZ | 54.3 | 57.37 | 35.41 | - |
| YUV | 198.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 146 | 0 | 0.09 | 0.33 | 0.15 | 43.33 | 0.49 | 0.71 |
| Hex | DA | C6 | 92 | 0 | 9 | 21 | F | 2B | 31 | 47 |
| Octal | 332 | 306 | 222 | 0 | 11 | 41 | 17 | 53 | 61 | 107 |
| Binary | 11011010 | 11000110 | 10010010 | 0 | 1001 | 100001 | 1111 | 101011 | 110001 | 1000111 |
Color Harmonies of #DAC692
Complementary color
Monochromatic Colors of #DAC692
Black with #DAC692
Text Example
Text Example
White with #DAC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC692; }
p { color: rgb(218,198,146); }
H1.HeaderClassName
{
color: #DAC692;
}
.AnyTagClassName
{
color: #DAC692;
}
</style>
background-color css
<style>
a { background-color: #DAC692; }
a { background-color: rgb(218,198,146); }
div.DivClassName
{
background-color: #DAC692;
}
.BgClassName
{
background-color: #DAC692;
}
</style>
border-color css
<style>
span { border-color: #DAC692; }
span { border-color: rgb(218,198,146); }
td.TdClassName
{
border-color: #DAC692;
}
.TagClassName
{
border-color: #DAC692;
}
</style>