Shades of Swirl #D5C9BF
Tints of Swirl #D5C9BF
RGB
CMYK
RGB Variations
Color information
#D5C9BF (or 0xD5C9BF) is known color: Swirl. HEX triplet: D5, C9 and BF. RGB value is (213,201,191). Sum of RGB (Red+Green+Blue) = 213+201+191=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9BF is #2A3640. Grayscale: #CBCBCB. Windows color (decimal): -2766401 or 12569045. OLE color: 12569045.
HSL color Cylindrical-coordinate representation of color #D5C9BF: hue angle of 27.27º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C9BF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 191 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.16 |
| HSL | 27.27º | 0.21% | 0.79% | - |
| HSV(B) | 27.27º | 0.1% | 0.84% | - |
| XYZ | 57.73 | 59.68 | 57.77 | - |
| YUV | 203.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 191 | 0 | 0.06 | 0.10 | 0.16 | 27.27 | 0.21 | 0.79 |
| Hex | D5 | C9 | BF | 0 | 6 | A | 10 | 1B | 15 | 4F |
| Octal | 325 | 311 | 277 | 0 | 6 | 12 | 20 | 33 | 25 | 117 |
| Binary | 11010101 | 11001001 | 10111111 | 0 | 110 | 1010 | 10000 | 11011 | 10101 | 1001111 |
Color Harmonies of #D5C9BF
Complementary color
Monochromatic Colors of #D5C9BF
Black with #D5C9BF
Text Example
Text Example
White with #D5C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9BF; }
p { color: rgb(213,201,191); }
H1.HeaderClassName
{
color: #D5C9BF;
}
.AnyTagClassName
{
color: #D5C9BF;
}
</style>
background-color css
<style>
a { background-color: #D5C9BF; }
a { background-color: rgb(213,201,191); }
div.DivClassName
{
background-color: #D5C9BF;
}
.BgClassName
{
background-color: #D5C9BF;
}
</style>
border-color css
<style>
span { border-color: #D5C9BF; }
span { border-color: rgb(213,201,191); }
td.TdClassName
{
border-color: #D5C9BF;
}
.TagClassName
{
border-color: #D5C9BF;
}
</style>