Shades of Swirl #DACDC0
Tints of Swirl #DACDC0
RGB
CMYK
RGB Variations
Color information
#DACDC0 (or 0xDACDC0) is known color: Swirl. HEX triplet: DA, CD and C0. RGB value is (218,205,192). Sum of RGB (Red+Green+Blue) = 218+205+192=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDC0 is #25323F. Grayscale: #CFCFCF. Windows color (decimal): -2437696 or 12635610. OLE color: 12635610.
HSL color Cylindrical-coordinate representation of color #DACDC0: hue angle of 30º 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 #DACDC0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 205 | 192 | - |
CMYK | 0 | 0.06 | 0.12 | 0.15 |
HSL | 30º | 0.26% | 0.8% | - |
HSV(B) | 30º | 0.12% | 0.85% | - |
XYZ | 60.26 | 62.37 | 58.73 | - |
YUV | 207.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 205 | 192 | 0 | 0.06 | 0.12 | 0.15 | 30 | 0.26 | 0.8 |
Hex | DA | CD | C0 | 0 | 6 | C | F | 1E | 1A | 50 |
Octal | 332 | 315 | 300 | 0 | 6 | 14 | 17 | 36 | 32 | 120 |
Binary | 11011010 | 11001101 | 11000000 | 0 | 110 | 1100 | 1111 | 11110 | 11010 | 1010000 |
Color Harmonies of #DACDC0
Complementary color
Monochromatic Colors of #DACDC0
Black with #DACDC0
Text Example
Text Example
White with #DACDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDC0; }
p { color: rgb(218,205,192); }
H1.HeaderClassName
{
color: #DACDC0;
}
.AnyTagClassName
{
color: #DACDC0;
}
</style>
background-color css
<style>
a { background-color: #DACDC0; }
a { background-color: rgb(218,205,192); }
div.DivClassName
{
background-color: #DACDC0;
}
.BgClassName
{
background-color: #DACDC0;
}
</style>
border-color css
<style>
span { border-color: #DACDC0; }
span { border-color: rgb(218,205,192); }
td.TdClassName
{
border-color: #DACDC0;
}
.TagClassName
{
border-color: #DACDC0;
}
</style>