Shades of Swirl #DAC9BA
Tints of Swirl #DAC9BA
RGB
CMYK
RGB Variations
Color information
#DAC9BA (or 0xDAC9BA) is known color: Swirl. HEX triplet: DA, C9 and BA. RGB value is (218,201,186). Sum of RGB (Red+Green+Blue) = 218+201+186=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9BA is #253645. Grayscale: #CCCCCC. Windows color (decimal): -2438726 or 12241370. OLE color: 12241370.
HSL color Cylindrical-coordinate representation of color #DAC9BA: hue angle of 28.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC9BA is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 186 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.15 |
| HSL | 28.13º | 0.3% | 0.79% | - |
| HSV(B) | 28.13º | 0.15% | 0.85% | - |
| XYZ | 58.66 | 60.22 | 54.99 | - |
| YUV | 204.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 186 | 0 | 0.08 | 0.15 | 0.15 | 28.13 | 0.3 | 0.79 |
| Hex | DA | C9 | BA | 0 | 8 | F | F | 1C | 1E | 4F |
| Octal | 332 | 311 | 272 | 0 | 10 | 17 | 17 | 34 | 36 | 117 |
| Binary | 11011010 | 11001001 | 10111010 | 0 | 1000 | 1111 | 1111 | 11100 | 11110 | 1001111 |
Color Harmonies of #DAC9BA
Complementary color
Monochromatic Colors of #DAC9BA
Black with #DAC9BA
Text Example
Text Example
White with #DAC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9BA; }
p { color: rgb(218,201,186); }
H1.HeaderClassName
{
color: #DAC9BA;
}
.AnyTagClassName
{
color: #DAC9BA;
}
</style>
background-color css
<style>
a { background-color: #DAC9BA; }
a { background-color: rgb(218,201,186); }
div.DivClassName
{
background-color: #DAC9BA;
}
.BgClassName
{
background-color: #DAC9BA;
}
</style>
border-color css
<style>
span { border-color: #DAC9BA; }
span { border-color: rgb(218,201,186); }
td.TdClassName
{
border-color: #DAC9BA;
}
.TagClassName
{
border-color: #DAC9BA;
}
</style>