Shades of Swirl #DCCDBD
Tints of Swirl #DCCDBD
RGB
CMYK
RGB Variations
Color information
#DCCDBD (or 0xDCCDBD) is known color: Swirl. HEX triplet: DC, CD and BD. RGB value is (220,205,189). Sum of RGB (Red+Green+Blue) = 220+205+189=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDBD is #233242. Grayscale: #CFCFCF. Windows color (decimal): -2306627 or 12439004. OLE color: 12439004.
HSL color Cylindrical-coordinate representation of color #DCCDBD: hue angle of 30.97º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCDBD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 189 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.14 |
| HSL | 30.97º | 0.31% | 0.8% | - |
| HSV(B) | 30.97º | 0.14% | 0.86% | - |
| XYZ | 60.53 | 62.55 | 57.03 | - |
| YUV | 207.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 189 | 0 | 0.07 | 0.14 | 0.14 | 30.97 | 0.31 | 0.8 |
| Hex | DC | CD | BD | 0 | 7 | E | E | 1F | 1F | 50 |
| Octal | 334 | 315 | 275 | 0 | 7 | 16 | 16 | 37 | 37 | 120 |
| Binary | 11011100 | 11001101 | 10111101 | 0 | 111 | 1110 | 1110 | 11111 | 11111 | 1010000 |
Color Harmonies of #DCCDBD
Complementary color
Monochromatic Colors of #DCCDBD
Black with #DCCDBD
Text Example
Text Example
White with #DCCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDBD; }
p { color: rgb(220,205,189); }
H1.HeaderClassName
{
color: #DCCDBD;
}
.AnyTagClassName
{
color: #DCCDBD;
}
</style>
background-color css
<style>
a { background-color: #DCCDBD; }
a { background-color: rgb(220,205,189); }
div.DivClassName
{
background-color: #DCCDBD;
}
.BgClassName
{
background-color: #DCCDBD;
}
</style>
border-color css
<style>
span { border-color: #DCCDBD; }
span { border-color: rgb(220,205,189); }
td.TdClassName
{
border-color: #DCCDBD;
}
.TagClassName
{
border-color: #DCCDBD;
}
</style>