Shades of Swirl #DCD1C4
Tints of Swirl #DCD1C4
RGB
CMYK
RGB Variations
Color information
#DCD1C4 (or 0xDCD1C4) is known color: Swirl. HEX triplet: DC, D1 and C4. RGB value is (220,209,196). Sum of RGB (Red+Green+Blue) = 220+209+196=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1C4 is #232E3B. Grayscale: #D2D2D2. Windows color (decimal): -2305596 or 12898780. OLE color: 12898780.
HSL color Cylindrical-coordinate representation of color #DCD1C4: hue angle of 32.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD1C4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 196 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.14 |
| HSL | 32.5º | 0.26% | 0.82% | - |
| HSV(B) | 32.5º | 0.11% | 0.86% | - |
| XYZ | 62.28 | 64.8 | 61.45 | - |
| YUV | 210.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 196 | 0 | 0.05 | 0.11 | 0.14 | 32.5 | 0.26 | 0.82 |
| Hex | DC | D1 | C4 | 0 | 5 | B | E | 20 | 1A | 52 |
| Octal | 334 | 321 | 304 | 0 | 5 | 13 | 16 | 40 | 32 | 122 |
| Binary | 11011100 | 11010001 | 11000100 | 0 | 101 | 1011 | 1110 | 100000 | 11010 | 1010010 |
Color Harmonies of #DCD1C4
Complementary color
Monochromatic Colors of #DCD1C4
Black with #DCD1C4
Text Example
Text Example
White with #DCD1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1C4; }
p { color: rgb(220,209,196); }
H1.HeaderClassName
{
color: #DCD1C4;
}
.AnyTagClassName
{
color: #DCD1C4;
}
</style>
background-color css
<style>
a { background-color: #DCD1C4; }
a { background-color: rgb(220,209,196); }
div.DivClassName
{
background-color: #DCD1C4;
}
.BgClassName
{
background-color: #DCD1C4;
}
</style>
border-color css
<style>
span { border-color: #DCD1C4; }
span { border-color: rgb(220,209,196); }
td.TdClassName
{
border-color: #DCD1C4;
}
.TagClassName
{
border-color: #DCD1C4;
}
</style>