Shades of Swirl #DCC8B9
Tints of Swirl #DCC8B9
RGB
CMYK
RGB Variations
Color information
#DCC8B9 (or 0xDCC8B9) is known color: Swirl. HEX triplet: DC, C8 and B9. RGB value is (220,200,185). Sum of RGB (Red+Green+Blue) = 220+200+185=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8B9 is #233746. Grayscale: #CCCCCC. Windows color (decimal): -2307911 or 12175580. OLE color: 12175580.
HSL color Cylindrical-coordinate representation of color #DCC8B9: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC8B9 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 185 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.14 |
| HSL | 25.71º | 0.33% | 0.79% | - |
| HSV(B) | 25.71º | 0.16% | 0.86% | - |
| XYZ | 58.93 | 60.03 | 54.38 | - |
| YUV | 204.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 185 | 0 | 0.09 | 0.16 | 0.14 | 25.71 | 0.33 | 0.79 |
| Hex | DC | C8 | B9 | 0 | 9 | 10 | E | 1A | 21 | 4F |
| Octal | 334 | 310 | 271 | 0 | 11 | 20 | 16 | 32 | 41 | 117 |
| Binary | 11011100 | 11001000 | 10111001 | 0 | 1001 | 10000 | 1110 | 11010 | 100001 | 1001111 |
Color Harmonies of #DCC8B9
Complementary color
Monochromatic Colors of #DCC8B9
Black with #DCC8B9
Text Example
Text Example
White with #DCC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8B9; }
p { color: rgb(220,200,185); }
H1.HeaderClassName
{
color: #DCC8B9;
}
.AnyTagClassName
{
color: #DCC8B9;
}
</style>
background-color css
<style>
a { background-color: #DCC8B9; }
a { background-color: rgb(220,200,185); }
div.DivClassName
{
background-color: #DCC8B9;
}
.BgClassName
{
background-color: #DCC8B9;
}
</style>
border-color css
<style>
span { border-color: #DCC8B9; }
span { border-color: rgb(220,200,185); }
td.TdClassName
{
border-color: #DCC8B9;
}
.TagClassName
{
border-color: #DCC8B9;
}
</style>