Shades of Swirl #DACBC0
Tints of Swirl #DACBC0
RGB
CMYK
RGB Variations
Color information
#DACBC0 (or 0xDACBC0) is known color: Swirl. HEX triplet: DA, CB and C0. RGB value is (218,203,192). Sum of RGB (Red+Green+Blue) = 218+203+192=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBC0 is #25343F. Grayscale: #CECECE. Windows color (decimal): -2438208 or 12635098. OLE color: 12635098.
HSL color Cylindrical-coordinate representation of color #DACBC0: hue angle of 25.38º 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 #DACBC0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 192 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.15 |
| HSL | 25.38º | 0.26% | 0.8% | - |
| HSV(B) | 25.38º | 0.12% | 0.85% | - |
| XYZ | 59.78 | 61.42 | 58.57 | - |
| YUV | 206.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 192 | 0 | 0.07 | 0.12 | 0.15 | 25.38 | 0.26 | 0.8 |
| Hex | DA | CB | C0 | 0 | 7 | C | F | 19 | 1A | 50 |
| Octal | 332 | 313 | 300 | 0 | 7 | 14 | 17 | 31 | 32 | 120 |
| Binary | 11011010 | 11001011 | 11000000 | 0 | 111 | 1100 | 1111 | 11001 | 11010 | 1010000 |
Color Harmonies of #DACBC0
Complementary color
Monochromatic Colors of #DACBC0
Black with #DACBC0
Text Example
Text Example
White with #DACBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBC0; }
p { color: rgb(218,203,192); }
H1.HeaderClassName
{
color: #DACBC0;
}
.AnyTagClassName
{
color: #DACBC0;
}
</style>
background-color css
<style>
a { background-color: #DACBC0; }
a { background-color: rgb(218,203,192); }
div.DivClassName
{
background-color: #DACBC0;
}
.BgClassName
{
background-color: #DACBC0;
}
</style>
border-color css
<style>
span { border-color: #DACBC0; }
span { border-color: rgb(218,203,192); }
td.TdClassName
{
border-color: #DACBC0;
}
.TagClassName
{
border-color: #DACBC0;
}
</style>