Shades of Swirl #DCCCBB
Tints of Swirl #DCCCBB
RGB
CMYK
RGB Variations
Color information
#DCCCBB (or 0xDCCCBB) is known color: Swirl. HEX triplet: DC, CC and BB. RGB value is (220,204,187). Sum of RGB (Red+Green+Blue) = 220+204+187=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCBB is #233344. Grayscale: #CECECE. Windows color (decimal): -2306885 or 12307676. OLE color: 12307676.
HSL color Cylindrical-coordinate representation of color #DCCCBB: hue angle of 30.91º 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 #DCCCBB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 187 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.14 |
| HSL | 30.91º | 0.32% | 0.8% | - |
| HSV(B) | 30.91º | 0.15% | 0.86% | - |
| XYZ | 60.08 | 61.99 | 55.81 | - |
| YUV | 206.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 187 | 0 | 0.07 | 0.15 | 0.14 | 30.91 | 0.32 | 0.8 |
| Hex | DC | CC | BB | 0 | 7 | F | E | 1F | 20 | 50 |
| Octal | 334 | 314 | 273 | 0 | 7 | 17 | 16 | 37 | 40 | 120 |
| Binary | 11011100 | 11001100 | 10111011 | 0 | 111 | 1111 | 1110 | 11111 | 100000 | 1010000 |
Color Harmonies of #DCCCBB
Complementary color
Monochromatic Colors of #DCCCBB
Black with #DCCCBB
Text Example
Text Example
White with #DCCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCBB; }
p { color: rgb(220,204,187); }
H1.HeaderClassName
{
color: #DCCCBB;
}
.AnyTagClassName
{
color: #DCCCBB;
}
</style>
background-color css
<style>
a { background-color: #DCCCBB; }
a { background-color: rgb(220,204,187); }
div.DivClassName
{
background-color: #DCCCBB;
}
.BgClassName
{
background-color: #DCCCBB;
}
</style>
border-color css
<style>
span { border-color: #DCCCBB; }
span { border-color: rgb(220,204,187); }
td.TdClassName
{
border-color: #DCCCBB;
}
.TagClassName
{
border-color: #DCCCBB;
}
</style>