Shades of Swirl #DACCC0
Tints of Swirl #DACCC0
RGB
CMYK
RGB Variations
Color information
#DACCC0 (or 0xDACCC0) is known color: Swirl. HEX triplet: DA, CC and C0. RGB value is (218,204,192). Sum of RGB (Red+Green+Blue) = 218+204+192=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC0 is #25333F. Grayscale: #CECECE. Windows color (decimal): -2437952 or 12635354. OLE color: 12635354.
HSL color Cylindrical-coordinate representation of color #DACCC0: hue angle of 27.69º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DACCC0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 192 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.15 |
| HSL | 27.69º | 0.26% | 0.8% | - |
| HSV(B) | 27.69º | 0.12% | 0.85% | - |
| XYZ | 60.02 | 61.9 | 58.65 | - |
| YUV | 206.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 192 | 0 | 0.06 | 0.12 | 0.15 | 27.69 | 0.26 | 0.8 |
| Hex | DA | CC | C0 | 0 | 6 | C | F | 1C | 1A | 50 |
| Octal | 332 | 314 | 300 | 0 | 6 | 14 | 17 | 34 | 32 | 120 |
| Binary | 11011010 | 11001100 | 11000000 | 0 | 110 | 1100 | 1111 | 11100 | 11010 | 1010000 |
Color Harmonies of #DACCC0
Complementary color
Monochromatic Colors of #DACCC0
Black with #DACCC0
Text Example
Text Example
White with #DACCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCC0; }
p { color: rgb(218,204,192); }
H1.HeaderClassName
{
color: #DACCC0;
}
.AnyTagClassName
{
color: #DACCC0;
}
</style>
background-color css
<style>
a { background-color: #DACCC0; }
a { background-color: rgb(218,204,192); }
div.DivClassName
{
background-color: #DACCC0;
}
.BgClassName
{
background-color: #DACCC0;
}
</style>
border-color css
<style>
span { border-color: #DACCC0; }
span { border-color: rgb(218,204,192); }
td.TdClassName
{
border-color: #DACCC0;
}
.TagClassName
{
border-color: #DACCC0;
}
</style>