Shades of Swirl #DCD0C2
Tints of Swirl #DCD0C2
RGB
CMYK
RGB Variations
Color information
#DCD0C2 (or 0xDCD0C2) is known color: Swirl. HEX triplet: DC, D0 and C2. RGB value is (220,208,194). Sum of RGB (Red+Green+Blue) = 220+208+194=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0C2 is #232F3D. Grayscale: #D2D2D2. Windows color (decimal): -2305854 or 12767452. OLE color: 12767452.
HSL color Cylindrical-coordinate representation of color #DCD0C2: hue angle of 32.31º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD0C2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 194 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.14 |
| HSL | 32.31º | 0.27% | 0.81% | - |
| HSV(B) | 32.31º | 0.12% | 0.86% | - |
| XYZ | 61.81 | 64.22 | 60.18 | - |
| YUV | 209.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 194 | 0 | 0.05 | 0.12 | 0.14 | 32.31 | 0.27 | 0.81 |
| Hex | DC | D0 | C2 | 0 | 5 | C | E | 20 | 1B | 51 |
| Octal | 334 | 320 | 302 | 0 | 5 | 14 | 16 | 40 | 33 | 121 |
| Binary | 11011100 | 11010000 | 11000010 | 0 | 101 | 1100 | 1110 | 100000 | 11011 | 1010001 |
Color Harmonies of #DCD0C2
Complementary color
Monochromatic Colors of #DCD0C2
Black with #DCD0C2
Text Example
Text Example
White with #DCD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0C2; }
p { color: rgb(220,208,194); }
H1.HeaderClassName
{
color: #DCD0C2;
}
.AnyTagClassName
{
color: #DCD0C2;
}
</style>
background-color css
<style>
a { background-color: #DCD0C2; }
a { background-color: rgb(220,208,194); }
div.DivClassName
{
background-color: #DCD0C2;
}
.BgClassName
{
background-color: #DCD0C2;
}
</style>
border-color css
<style>
span { border-color: #DCD0C2; }
span { border-color: rgb(220,208,194); }
td.TdClassName
{
border-color: #DCD0C2;
}
.TagClassName
{
border-color: #DCD0C2;
}
</style>