Shades of Swirl #D6C9BD
Tints of Swirl #D6C9BD
RGB
CMYK
RGB Variations
Color information
#D6C9BD (or 0xD6C9BD) is known color: Swirl. HEX triplet: D6, C9 and BD. RGB value is (214,201,189). Sum of RGB (Red+Green+Blue) = 214+201+189=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9BD is #293642. Grayscale: #CBCBCB. Windows color (decimal): -2700867 or 12437974. OLE color: 12437974.
HSL color Cylindrical-coordinate representation of color #D6C9BD: hue angle of 28.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6C9BD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 189 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.16 |
| HSL | 28.8º | 0.23% | 0.79% | - |
| HSV(B) | 28.8º | 0.12% | 0.84% | - |
| XYZ | 57.8 | 59.74 | 56.63 | - |
| YUV | 203.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 189 | 0 | 0.06 | 0.12 | 0.16 | 28.8 | 0.23 | 0.79 |
| Hex | D6 | C9 | BD | 0 | 6 | C | 10 | 1D | 17 | 4F |
| Octal | 326 | 311 | 275 | 0 | 6 | 14 | 20 | 35 | 27 | 117 |
| Binary | 11010110 | 11001001 | 10111101 | 0 | 110 | 1100 | 10000 | 11101 | 10111 | 1001111 |
Color Harmonies of #D6C9BD
Complementary color
Monochromatic Colors of #D6C9BD
Black with #D6C9BD
Text Example
Text Example
White with #D6C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9BD; }
p { color: rgb(214,201,189); }
H1.HeaderClassName
{
color: #D6C9BD;
}
.AnyTagClassName
{
color: #D6C9BD;
}
</style>
background-color css
<style>
a { background-color: #D6C9BD; }
a { background-color: rgb(214,201,189); }
div.DivClassName
{
background-color: #D6C9BD;
}
.BgClassName
{
background-color: #D6C9BD;
}
</style>
border-color css
<style>
span { border-color: #D6C9BD; }
span { border-color: rgb(214,201,189); }
td.TdClassName
{
border-color: #D6C9BD;
}
.TagClassName
{
border-color: #D6C9BD;
}
</style>