Shades of Swirl #DDCCBA
Tints of Swirl #DDCCBA
RGB
CMYK
RGB Variations
Color information
#DDCCBA (or 0xDDCCBA) is known color: Swirl. HEX triplet: DD, CC and BA. RGB value is (221,204,186). Sum of RGB (Red+Green+Blue) = 221+204+186=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCBA is #223345. Grayscale: #CFCFCF. Windows color (decimal): -2241350 or 12242141. OLE color: 12242141.
HSL color Cylindrical-coordinate representation of color #DDCCBA: hue angle of 30.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCCBA is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 186 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.13 |
| HSL | 30.86º | 0.34% | 0.8% | - |
| HSV(B) | 30.86º | 0.16% | 0.87% | - |
| XYZ | 60.27 | 62.1 | 55.26 | - |
| YUV | 207.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 186 | 0 | 0.08 | 0.16 | 0.13 | 30.86 | 0.34 | 0.8 |
| Hex | DD | CC | BA | 0 | 8 | 10 | D | 1F | 22 | 50 |
| Octal | 335 | 314 | 272 | 0 | 10 | 20 | 15 | 37 | 42 | 120 |
| Binary | 11011101 | 11001100 | 10111010 | 0 | 1000 | 10000 | 1101 | 11111 | 100010 | 1010000 |
Color Harmonies of #DDCCBA
Complementary color
Monochromatic Colors of #DDCCBA
Black with #DDCCBA
Text Example
Text Example
White with #DDCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCBA; }
p { color: rgb(221,204,186); }
H1.HeaderClassName
{
color: #DDCCBA;
}
.AnyTagClassName
{
color: #DDCCBA;
}
</style>
background-color css
<style>
a { background-color: #DDCCBA; }
a { background-color: rgb(221,204,186); }
div.DivClassName
{
background-color: #DDCCBA;
}
.BgClassName
{
background-color: #DDCCBA;
}
</style>
border-color css
<style>
span { border-color: #DDCCBA; }
span { border-color: rgb(221,204,186); }
td.TdClassName
{
border-color: #DDCCBA;
}
.TagClassName
{
border-color: #DDCCBA;
}
</style>