Shades of Swirl #DAC9BC
Tints of Swirl #DAC9BC
RGB
CMYK
RGB Variations
Color information
#DAC9BC (or 0xDAC9BC) is known color: Swirl. HEX triplet: DA, C9 and BC. RGB value is (218,201,188). Sum of RGB (Red+Green+Blue) = 218+201+188=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9BC is #253643. Grayscale: #CCCCCC. Windows color (decimal): -2438724 or 12372442. OLE color: 12372442.
HSL color Cylindrical-coordinate representation of color #DAC9BC: hue angle of 26º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC9BC is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 188 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.15 |
| HSL | 26º | 0.29% | 0.8% | - |
| HSV(B) | 26º | 0.14% | 0.85% | - |
| XYZ | 58.88 | 60.31 | 56.11 | - |
| YUV | 204.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 188 | 0 | 0.08 | 0.14 | 0.15 | 26 | 0.29 | 0.8 |
| Hex | DA | C9 | BC | 0 | 8 | E | F | 1A | 1D | 50 |
| Octal | 332 | 311 | 274 | 0 | 10 | 16 | 17 | 32 | 35 | 120 |
| Binary | 11011010 | 11001001 | 10111100 | 0 | 1000 | 1110 | 1111 | 11010 | 11101 | 1010000 |
Color Harmonies of #DAC9BC
Complementary color
Monochromatic Colors of #DAC9BC
Black with #DAC9BC
Text Example
Text Example
White with #DAC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9BC; }
p { color: rgb(218,201,188); }
H1.HeaderClassName
{
color: #DAC9BC;
}
.AnyTagClassName
{
color: #DAC9BC;
}
</style>
background-color css
<style>
a { background-color: #DAC9BC; }
a { background-color: rgb(218,201,188); }
div.DivClassName
{
background-color: #DAC9BC;
}
.BgClassName
{
background-color: #DAC9BC;
}
</style>
border-color css
<style>
span { border-color: #DAC9BC; }
span { border-color: rgb(218,201,188); }
td.TdClassName
{
border-color: #DAC9BC;
}
.TagClassName
{
border-color: #DAC9BC;
}
</style>