Shades of Swirl #D2C7C0
Tints of Swirl #D2C7C0
RGB
CMYK
RGB Variations
Color information
#D2C7C0 (or 0xD2C7C0) is known color: Swirl. HEX triplet: D2, C7 and C0. RGB value is (210,199,192). Sum of RGB (Red+Green+Blue) = 210+199+192=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7C0 is #2D383F. Grayscale: #C9C9C9. Windows color (decimal): -2963520 or 12634066. OLE color: 12634066.
HSL color Cylindrical-coordinate representation of color #D2C7C0: hue angle of 23.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C7C0 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 192 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.18 |
| HSL | 23.33º | 0.17% | 0.79% | - |
| HSV(B) | 23.33º | 0.09% | 0.82% | - |
| XYZ | 56.52 | 58.35 | 58.15 | - |
| YUV | 201.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 192 | 0 | 0.05 | 0.09 | 0.18 | 23.33 | 0.17 | 0.79 |
| Hex | D2 | C7 | C0 | 0 | 5 | 9 | 12 | 17 | 11 | 4F |
| Octal | 322 | 307 | 300 | 0 | 5 | 11 | 22 | 27 | 21 | 117 |
| Binary | 11010010 | 11000111 | 11000000 | 0 | 101 | 1001 | 10010 | 10111 | 10001 | 1001111 |
Color Harmonies of #D2C7C0
Complementary color
Monochromatic Colors of #D2C7C0
Black with #D2C7C0
Text Example
Text Example
White with #D2C7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7C0; }
p { color: rgb(210,199,192); }
H1.HeaderClassName
{
color: #D2C7C0;
}
.AnyTagClassName
{
color: #D2C7C0;
}
</style>
background-color css
<style>
a { background-color: #D2C7C0; }
a { background-color: rgb(210,199,192); }
div.DivClassName
{
background-color: #D2C7C0;
}
.BgClassName
{
background-color: #D2C7C0;
}
</style>
border-color css
<style>
span { border-color: #D2C7C0; }
span { border-color: rgb(210,199,192); }
td.TdClassName
{
border-color: #D2C7C0;
}
.TagClassName
{
border-color: #D2C7C0;
}
</style>