Shades of Swirl #D9C8BC
Tints of Swirl #D9C8BC
RGB
CMYK
RGB Variations
Color information
#D9C8BC (or 0xD9C8BC) is known color: Swirl. HEX triplet: D9, C8 and BC. RGB value is (217,200,188). Sum of RGB (Red+Green+Blue) = 217+200+188=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8BC is #263743. Grayscale: #CBCBCB. Windows color (decimal): -2504516 or 12372185. OLE color: 12372185.
HSL color Cylindrical-coordinate representation of color #D9C8BC: hue angle of 24.83º 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 #D9C8BC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 188 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.15 |
| HSL | 24.83º | 0.28% | 0.79% | - |
| HSV(B) | 24.83º | 0.13% | 0.85% | - |
| XYZ | 58.35 | 59.69 | 56.02 | - |
| YUV | 203.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 188 | 0 | 0.08 | 0.13 | 0.15 | 24.83 | 0.28 | 0.79 |
| Hex | D9 | C8 | BC | 0 | 8 | D | F | 19 | 1C | 4F |
| Octal | 331 | 310 | 274 | 0 | 10 | 15 | 17 | 31 | 34 | 117 |
| Binary | 11011001 | 11001000 | 10111100 | 0 | 1000 | 1101 | 1111 | 11001 | 11100 | 1001111 |
Color Harmonies of #D9C8BC
Complementary color
Monochromatic Colors of #D9C8BC
Black with #D9C8BC
Text Example
Text Example
White with #D9C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8BC; }
p { color: rgb(217,200,188); }
H1.HeaderClassName
{
color: #D9C8BC;
}
.AnyTagClassName
{
color: #D9C8BC;
}
</style>
background-color css
<style>
a { background-color: #D9C8BC; }
a { background-color: rgb(217,200,188); }
div.DivClassName
{
background-color: #D9C8BC;
}
.BgClassName
{
background-color: #D9C8BC;
}
</style>
border-color css
<style>
span { border-color: #D9C8BC; }
span { border-color: rgb(217,200,188); }
td.TdClassName
{
border-color: #D9C8BC;
}
.TagClassName
{
border-color: #D9C8BC;
}
</style>