Shades of Swirl #D9C8BE
Tints of Swirl #D9C8BE
RGB
CMYK
RGB Variations
Color information
#D9C8BE (or 0xD9C8BE) is known color: Swirl. HEX triplet: D9, C8 and BE. RGB value is (217,200,190). Sum of RGB (Red+Green+Blue) = 217+200+190=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8BE is #263741. Grayscale: #CCCCCC. Windows color (decimal): -2504514 or 12503257. OLE color: 12503257.
HSL color Cylindrical-coordinate representation of color #D9C8BE: hue angle of 22.22º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C8BE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 190 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.15 |
| HSL | 22.22º | 0.26% | 0.8% | - |
| HSV(B) | 22.22º | 0.12% | 0.85% | - |
| XYZ | 58.56 | 59.78 | 57.17 | - |
| YUV | 203.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 190 | 0 | 0.08 | 0.12 | 0.15 | 22.22 | 0.26 | 0.8 |
| Hex | D9 | C8 | BE | 0 | 8 | C | F | 16 | 1A | 50 |
| Octal | 331 | 310 | 276 | 0 | 10 | 14 | 17 | 26 | 32 | 120 |
| Binary | 11011001 | 11001000 | 10111110 | 0 | 1000 | 1100 | 1111 | 10110 | 11010 | 1010000 |
Color Harmonies of #D9C8BE
Complementary color
Monochromatic Colors of #D9C8BE
Black with #D9C8BE
Text Example
Text Example
White with #D9C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8BE; }
p { color: rgb(217,200,190); }
H1.HeaderClassName
{
color: #D9C8BE;
}
.AnyTagClassName
{
color: #D9C8BE;
}
</style>
background-color css
<style>
a { background-color: #D9C8BE; }
a { background-color: rgb(217,200,190); }
div.DivClassName
{
background-color: #D9C8BE;
}
.BgClassName
{
background-color: #D9C8BE;
}
</style>
border-color css
<style>
span { border-color: #D9C8BE; }
span { border-color: rgb(217,200,190); }
td.TdClassName
{
border-color: #D9C8BE;
}
.TagClassName
{
border-color: #D9C8BE;
}
</style>