Shades of Swirl #DCC9BA
Tints of Swirl #DCC9BA
RGB
CMYK
RGB Variations
Color information
#DCC9BA (or 0xDCC9BA) is known color: Swirl. HEX triplet: DC, C9 and BA. RGB value is (220,201,186). Sum of RGB (Red+Green+Blue) = 220+201+186=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9BA is #233645. Grayscale: #CDCDCD. Windows color (decimal): -2307654 or 12241372. OLE color: 12241372.
HSL color Cylindrical-coordinate representation of color #DCC9BA: hue angle of 26.47º degrees, saturation: 0.33, 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 #DCC9BA is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 186 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.14 |
| HSL | 26.47º | 0.33% | 0.8% | - |
| HSV(B) | 26.47º | 0.15% | 0.86% | - |
| XYZ | 59.26 | 60.53 | 55.02 | - |
| YUV | 204.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 186 | 0 | 0.09 | 0.15 | 0.14 | 26.47 | 0.33 | 0.8 |
| Hex | DC | C9 | BA | 0 | 9 | F | E | 1A | 21 | 50 |
| Octal | 334 | 311 | 272 | 0 | 11 | 17 | 16 | 32 | 41 | 120 |
| Binary | 11011100 | 11001001 | 10111010 | 0 | 1001 | 1111 | 1110 | 11010 | 100001 | 1010000 |
Color Harmonies of #DCC9BA
Complementary color
Monochromatic Colors of #DCC9BA
Black with #DCC9BA
Text Example
Text Example
White with #DCC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9BA; }
p { color: rgb(220,201,186); }
H1.HeaderClassName
{
color: #DCC9BA;
}
.AnyTagClassName
{
color: #DCC9BA;
}
</style>
background-color css
<style>
a { background-color: #DCC9BA; }
a { background-color: rgb(220,201,186); }
div.DivClassName
{
background-color: #DCC9BA;
}
.BgClassName
{
background-color: #DCC9BA;
}
</style>
border-color css
<style>
span { border-color: #DCC9BA; }
span { border-color: rgb(220,201,186); }
td.TdClassName
{
border-color: #DCC9BA;
}
.TagClassName
{
border-color: #DCC9BA;
}
</style>