Shades of Swirl #DDCABA
Tints of Swirl #DDCABA
RGB
CMYK
RGB Variations
Color information
#DDCABA (or 0xDDCABA) is known color: Swirl. HEX triplet: DD, CA and BA. RGB value is (221,202,186). Sum of RGB (Red+Green+Blue) = 221+202+186=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCABA is #223545. Grayscale: #CDCDCD. Windows color (decimal): -2241862 or 12241629. OLE color: 12241629.
HSL color Cylindrical-coordinate representation of color #DDCABA: hue angle of 27.43º 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 #DDCABA is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 186 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.13 |
| HSL | 27.43º | 0.34% | 0.8% | - |
| HSV(B) | 27.43º | 0.16% | 0.87% | - |
| XYZ | 59.8 | 61.16 | 55.11 | - |
| YUV | 205.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 186 | 0 | 0.09 | 0.16 | 0.13 | 27.43 | 0.34 | 0.8 |
| Hex | DD | CA | BA | 0 | 9 | 10 | D | 1B | 22 | 50 |
| Octal | 335 | 312 | 272 | 0 | 11 | 20 | 15 | 33 | 42 | 120 |
| Binary | 11011101 | 11001010 | 10111010 | 0 | 1001 | 10000 | 1101 | 11011 | 100010 | 1010000 |
Color Harmonies of #DDCABA
Complementary color
Monochromatic Colors of #DDCABA
Black with #DDCABA
Text Example
Text Example
White with #DDCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCABA; }
p { color: rgb(221,202,186); }
H1.HeaderClassName
{
color: #DDCABA;
}
.AnyTagClassName
{
color: #DDCABA;
}
</style>
background-color css
<style>
a { background-color: #DDCABA; }
a { background-color: rgb(221,202,186); }
div.DivClassName
{
background-color: #DDCABA;
}
.BgClassName
{
background-color: #DDCABA;
}
</style>
border-color css
<style>
span { border-color: #DDCABA; }
span { border-color: rgb(221,202,186); }
td.TdClassName
{
border-color: #DDCABA;
}
.TagClassName
{
border-color: #DDCABA;
}
</style>