Shades of Swirl #D6C9BF
Tints of Swirl #D6C9BF
RGB
CMYK
RGB Variations
Color information
#D6C9BF (or 0xD6C9BF) is known color: Swirl. HEX triplet: D6, C9 and BF. RGB value is (214,201,191). Sum of RGB (Red+Green+Blue) = 214+201+191=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9BF is #293640. Grayscale: #CBCBCB. Windows color (decimal): -2700865 or 12569046. OLE color: 12569046.
HSL color Cylindrical-coordinate representation of color #D6C9BF: hue angle of 26.09º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C9BF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 191 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.16 |
| HSL | 26.09º | 0.22% | 0.79% | - |
| HSV(B) | 26.09º | 0.11% | 0.84% | - |
| XYZ | 58.02 | 59.83 | 57.78 | - |
| YUV | 203.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 191 | 0 | 0.06 | 0.11 | 0.16 | 26.09 | 0.22 | 0.79 |
| Hex | D6 | C9 | BF | 0 | 6 | B | 10 | 1A | 16 | 4F |
| Octal | 326 | 311 | 277 | 0 | 6 | 13 | 20 | 32 | 26 | 117 |
| Binary | 11010110 | 11001001 | 10111111 | 0 | 110 | 1011 | 10000 | 11010 | 10110 | 1001111 |
Color Harmonies of #D6C9BF
Complementary color
Monochromatic Colors of #D6C9BF
Black with #D6C9BF
Text Example
Text Example
White with #D6C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9BF; }
p { color: rgb(214,201,191); }
H1.HeaderClassName
{
color: #D6C9BF;
}
.AnyTagClassName
{
color: #D6C9BF;
}
</style>
background-color css
<style>
a { background-color: #D6C9BF; }
a { background-color: rgb(214,201,191); }
div.DivClassName
{
background-color: #D6C9BF;
}
.BgClassName
{
background-color: #D6C9BF;
}
</style>
border-color css
<style>
span { border-color: #D6C9BF; }
span { border-color: rgb(214,201,191); }
td.TdClassName
{
border-color: #D6C9BF;
}
.TagClassName
{
border-color: #D6C9BF;
}
</style>