Shades of Swirl #D9C9BD
Tints of Swirl #D9C9BD
RGB
CMYK
RGB Variations
Color information
#D9C9BD (or 0xD9C9BD) is known color: Swirl. HEX triplet: D9, C9 and BD. RGB value is (217,201,189). Sum of RGB (Red+Green+Blue) = 217+201+189=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9BD is #263642. Grayscale: #CCCCCC. Windows color (decimal): -2504259 or 12437977. OLE color: 12437977.
HSL color Cylindrical-coordinate representation of color #D9C9BD: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C9BD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 189 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.15 |
| HSL | 25.71º | 0.27% | 0.8% | - |
| HSV(B) | 25.71º | 0.13% | 0.85% | - |
| XYZ | 58.69 | 60.2 | 56.67 | - |
| YUV | 204.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 189 | 0 | 0.07 | 0.13 | 0.15 | 25.71 | 0.27 | 0.8 |
| Hex | D9 | C9 | BD | 0 | 7 | D | F | 1A | 1B | 50 |
| Octal | 331 | 311 | 275 | 0 | 7 | 15 | 17 | 32 | 33 | 120 |
| Binary | 11011001 | 11001001 | 10111101 | 0 | 111 | 1101 | 1111 | 11010 | 11011 | 1010000 |
Color Harmonies of #D9C9BD
Complementary color
Monochromatic Colors of #D9C9BD
Black with #D9C9BD
Text Example
Text Example
White with #D9C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9BD; }
p { color: rgb(217,201,189); }
H1.HeaderClassName
{
color: #D9C9BD;
}
.AnyTagClassName
{
color: #D9C9BD;
}
</style>
background-color css
<style>
a { background-color: #D9C9BD; }
a { background-color: rgb(217,201,189); }
div.DivClassName
{
background-color: #D9C9BD;
}
.BgClassName
{
background-color: #D9C9BD;
}
</style>
border-color css
<style>
span { border-color: #D9C9BD; }
span { border-color: rgb(217,201,189); }
td.TdClassName
{
border-color: #D9C9BD;
}
.TagClassName
{
border-color: #D9C9BD;
}
</style>