Shades of Swirl #D9C7BC
Tints of Swirl #D9C7BC
RGB
CMYK
RGB Variations
Color information
#D9C7BC (or 0xD9C7BC) is known color: Swirl. HEX triplet: D9, C7 and BC. RGB value is (217,199,188). Sum of RGB (Red+Green+Blue) = 217+199+188=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7BC is #263843. Grayscale: #CBCBCB. Windows color (decimal): -2504772 or 12371929. OLE color: 12371929.
HSL color Cylindrical-coordinate representation of color #D9C7BC: hue angle of 22.76º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C7BC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 188 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.15 |
| HSL | 22.76º | 0.28% | 0.79% | - |
| HSV(B) | 22.76º | 0.13% | 0.85% | - |
| XYZ | 58.12 | 59.23 | 55.95 | - |
| YUV | 203.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 188 | 0 | 0.08 | 0.13 | 0.15 | 22.76 | 0.28 | 0.79 |
| Hex | D9 | C7 | BC | 0 | 8 | D | F | 17 | 1C | 4F |
| Octal | 331 | 307 | 274 | 0 | 10 | 15 | 17 | 27 | 34 | 117 |
| Binary | 11011001 | 11000111 | 10111100 | 0 | 1000 | 1101 | 1111 | 10111 | 11100 | 1001111 |
Color Harmonies of #D9C7BC
Complementary color
Monochromatic Colors of #D9C7BC
Black with #D9C7BC
Text Example
Text Example
White with #D9C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7BC; }
p { color: rgb(217,199,188); }
H1.HeaderClassName
{
color: #D9C7BC;
}
.AnyTagClassName
{
color: #D9C7BC;
}
</style>
background-color css
<style>
a { background-color: #D9C7BC; }
a { background-color: rgb(217,199,188); }
div.DivClassName
{
background-color: #D9C7BC;
}
.BgClassName
{
background-color: #D9C7BC;
}
</style>
border-color css
<style>
span { border-color: #D9C7BC; }
span { border-color: rgb(217,199,188); }
td.TdClassName
{
border-color: #D9C7BC;
}
.TagClassName
{
border-color: #D9C7BC;
}
</style>