Shades of Swirl #DACCBC
Tints of Swirl #DACCBC
RGB
CMYK
RGB Variations
Color information
#DACCBC (or 0xDACCBC) is known color: Swirl. HEX triplet: DA, CC and BC. RGB value is (218,204,188). Sum of RGB (Red+Green+Blue) = 218+204+188=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCBC is #253343. Grayscale: #CECECE. Windows color (decimal): -2437956 or 12373210. OLE color: 12373210.
HSL color Cylindrical-coordinate representation of color #DACCBC: hue angle of 32º 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 #DACCBC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 188 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.15 |
| HSL | 32º | 0.29% | 0.8% | - |
| HSV(B) | 32º | 0.14% | 0.85% | - |
| XYZ | 59.58 | 61.72 | 56.35 | - |
| YUV | 206.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 188 | 0 | 0.06 | 0.14 | 0.15 | 32 | 0.29 | 0.8 |
| Hex | DA | CC | BC | 0 | 6 | E | F | 20 | 1D | 50 |
| Octal | 332 | 314 | 274 | 0 | 6 | 16 | 17 | 40 | 35 | 120 |
| Binary | 11011010 | 11001100 | 10111100 | 0 | 110 | 1110 | 1111 | 100000 | 11101 | 1010000 |
Color Harmonies of #DACCBC
Complementary color
Monochromatic Colors of #DACCBC
Black with #DACCBC
Text Example
Text Example
White with #DACCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCBC; }
p { color: rgb(218,204,188); }
H1.HeaderClassName
{
color: #DACCBC;
}
.AnyTagClassName
{
color: #DACCBC;
}
</style>
background-color css
<style>
a { background-color: #DACCBC; }
a { background-color: rgb(218,204,188); }
div.DivClassName
{
background-color: #DACCBC;
}
.BgClassName
{
background-color: #DACCBC;
}
</style>
border-color css
<style>
span { border-color: #DACCBC; }
span { border-color: rgb(218,204,188); }
td.TdClassName
{
border-color: #DACCBC;
}
.TagClassName
{
border-color: #DACCBC;
}
</style>