Shades of Swirl #DCD0C3
Tints of Swirl #DCD0C3
RGB
CMYK
RGB Variations
Color information
#DCD0C3 (or 0xDCD0C3) is known color: Swirl. HEX triplet: DC, D0 and C3. RGB value is (220,208,195). Sum of RGB (Red+Green+Blue) = 220+208+195=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0C3 is #232F3C. Grayscale: #D2D2D2. Windows color (decimal): -2305853 or 12832988. OLE color: 12832988.
HSL color Cylindrical-coordinate representation of color #DCD0C3: hue angle of 31.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD0C3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 195 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.14 |
| HSL | 31.2º | 0.26% | 0.81% | - |
| HSV(B) | 31.2º | 0.11% | 0.86% | - |
| XYZ | 61.92 | 64.27 | 60.77 | - |
| YUV | 210.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 195 | 0 | 0.05 | 0.11 | 0.14 | 31.2 | 0.26 | 0.81 |
| Hex | DC | D0 | C3 | 0 | 5 | B | E | 1F | 1A | 51 |
| Octal | 334 | 320 | 303 | 0 | 5 | 13 | 16 | 37 | 32 | 121 |
| Binary | 11011100 | 11010000 | 11000011 | 0 | 101 | 1011 | 1110 | 11111 | 11010 | 1010001 |
Color Harmonies of #DCD0C3
Complementary color
Monochromatic Colors of #DCD0C3
Black with #DCD0C3
Text Example
Text Example
White with #DCD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0C3; }
p { color: rgb(220,208,195); }
H1.HeaderClassName
{
color: #DCD0C3;
}
.AnyTagClassName
{
color: #DCD0C3;
}
</style>
background-color css
<style>
a { background-color: #DCD0C3; }
a { background-color: rgb(220,208,195); }
div.DivClassName
{
background-color: #DCD0C3;
}
.BgClassName
{
background-color: #DCD0C3;
}
</style>
border-color css
<style>
span { border-color: #DCD0C3; }
span { border-color: rgb(220,208,195); }
td.TdClassName
{
border-color: #DCD0C3;
}
.TagClassName
{
border-color: #DCD0C3;
}
</style>