Shades of Swirl #D5C9BD
Tints of Swirl #D5C9BD
RGB
CMYK
RGB Variations
Color information
#D5C9BD (or 0xD5C9BD) is known color: Swirl. HEX triplet: D5, C9 and BD. RGB value is (213,201,189). Sum of RGB (Red+Green+Blue) = 213+201+189=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9BD is #2A3642. Grayscale: #CBCBCB. Windows color (decimal): -2766403 or 12437973. OLE color: 12437973.
HSL color Cylindrical-coordinate representation of color #D5C9BD: hue angle of 30º 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 #D5C9BD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 189 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.16 |
| HSL | 30º | 0.22% | 0.79% | - |
| HSV(B) | 30º | 0.11% | 0.84% | - |
| XYZ | 57.51 | 59.59 | 56.62 | - |
| YUV | 203.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 189 | 0 | 0.06 | 0.11 | 0.16 | 30 | 0.22 | 0.79 |
| Hex | D5 | C9 | BD | 0 | 6 | B | 10 | 1E | 16 | 4F |
| Octal | 325 | 311 | 275 | 0 | 6 | 13 | 20 | 36 | 26 | 117 |
| Binary | 11010101 | 11001001 | 10111101 | 0 | 110 | 1011 | 10000 | 11110 | 10110 | 1001111 |
Color Harmonies of #D5C9BD
Complementary color
Monochromatic Colors of #D5C9BD
Black with #D5C9BD
Text Example
Text Example
White with #D5C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9BD; }
p { color: rgb(213,201,189); }
H1.HeaderClassName
{
color: #D5C9BD;
}
.AnyTagClassName
{
color: #D5C9BD;
}
</style>
background-color css
<style>
a { background-color: #D5C9BD; }
a { background-color: rgb(213,201,189); }
div.DivClassName
{
background-color: #D5C9BD;
}
.BgClassName
{
background-color: #D5C9BD;
}
</style>
border-color css
<style>
span { border-color: #D5C9BD; }
span { border-color: rgb(213,201,189); }
td.TdClassName
{
border-color: #D5C9BD;
}
.TagClassName
{
border-color: #D5C9BD;
}
</style>