Shades of Swirl #DCCABB
Tints of Swirl #DCCABB
RGB
CMYK
RGB Variations
Color information
#DCCABB (or 0xDCCABB) is known color: Swirl. HEX triplet: DC, CA and BB. RGB value is (220,202,187). Sum of RGB (Red+Green+Blue) = 220+202+187=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCABB is #233544. Grayscale: #CDCDCD. Windows color (decimal): -2307397 or 12307164. OLE color: 12307164.
HSL color Cylindrical-coordinate representation of color #DCCABB: hue angle of 27.27º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCABB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 187 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.14 |
| HSL | 27.27º | 0.32% | 0.8% | - |
| HSV(B) | 27.27º | 0.15% | 0.86% | - |
| XYZ | 59.61 | 61.04 | 55.65 | - |
| YUV | 205.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 187 | 0 | 0.08 | 0.15 | 0.14 | 27.27 | 0.32 | 0.8 |
| Hex | DC | CA | BB | 0 | 8 | F | E | 1B | 20 | 50 |
| Octal | 334 | 312 | 273 | 0 | 10 | 17 | 16 | 33 | 40 | 120 |
| Binary | 11011100 | 11001010 | 10111011 | 0 | 1000 | 1111 | 1110 | 11011 | 100000 | 1010000 |
Color Harmonies of #DCCABB
Complementary color
Monochromatic Colors of #DCCABB
Black with #DCCABB
Text Example
Text Example
White with #DCCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCABB; }
p { color: rgb(220,202,187); }
H1.HeaderClassName
{
color: #DCCABB;
}
.AnyTagClassName
{
color: #DCCABB;
}
</style>
background-color css
<style>
a { background-color: #DCCABB; }
a { background-color: rgb(220,202,187); }
div.DivClassName
{
background-color: #DCCABB;
}
.BgClassName
{
background-color: #DCCABB;
}
</style>
border-color css
<style>
span { border-color: #DCCABB; }
span { border-color: rgb(220,202,187); }
td.TdClassName
{
border-color: #DCCABB;
}
.TagClassName
{
border-color: #DCCABB;
}
</style>