Shades of Swirl #D8C9BD
Tints of Swirl #D8C9BD
RGB
CMYK
RGB Variations
Color information
#D8C9BD (or 0xD8C9BD) is known color: Swirl. HEX triplet: D8, C9 and BD. RGB value is (216,201,189). Sum of RGB (Red+Green+Blue) = 216+201+189=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C9BD is #273642. Grayscale: #CCCCCC. Windows color (decimal): -2569795 or 12437976. OLE color: 12437976.
HSL color Cylindrical-coordinate representation of color #D8C9BD: hue angle of 26.67º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C9BD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 189 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.15 |
| HSL | 26.67º | 0.26% | 0.79% | - |
| HSV(B) | 26.67º | 0.13% | 0.85% | - |
| XYZ | 58.39 | 60.05 | 56.66 | - |
| YUV | 204.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 189 | 0 | 0.07 | 0.12 | 0.15 | 26.67 | 0.26 | 0.79 |
| Hex | D8 | C9 | BD | 0 | 7 | C | F | 1B | 1A | 4F |
| Octal | 330 | 311 | 275 | 0 | 7 | 14 | 17 | 33 | 32 | 117 |
| Binary | 11011000 | 11001001 | 10111101 | 0 | 111 | 1100 | 1111 | 11011 | 11010 | 1001111 |
Color Harmonies of #D8C9BD
Complementary color
Monochromatic Colors of #D8C9BD
Black with #D8C9BD
Text Example
Text Example
White with #D8C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9BD; }
p { color: rgb(216,201,189); }
H1.HeaderClassName
{
color: #D8C9BD;
}
.AnyTagClassName
{
color: #D8C9BD;
}
</style>
background-color css
<style>
a { background-color: #D8C9BD; }
a { background-color: rgb(216,201,189); }
div.DivClassName
{
background-color: #D8C9BD;
}
.BgClassName
{
background-color: #D8C9BD;
}
</style>
border-color css
<style>
span { border-color: #D8C9BD; }
span { border-color: rgb(216,201,189); }
td.TdClassName
{
border-color: #D8C9BD;
}
.TagClassName
{
border-color: #D8C9BD;
}
</style>