Shades of Swirl #D4C6BE
Tints of Swirl #D4C6BE
RGB
CMYK
RGB Variations
Color information
#D4C6BE (or 0xD4C6BE) is known color: Swirl. HEX triplet: D4, C6 and BE. RGB value is (212,198,190). Sum of RGB (Red+Green+Blue) = 212+198+190=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C6BE is #2B3941. Grayscale: #C9C9C9. Windows color (decimal): -2832706 or 12502740. OLE color: 12502740.
HSL color Cylindrical-coordinate representation of color #D4C6BE: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4C6BE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 190 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.17 |
| HSL | 21.82º | 0.2% | 0.79% | - |
| HSV(B) | 21.82º | 0.1% | 0.83% | - |
| XYZ | 56.64 | 58.1 | 56.94 | - |
| YUV | 201.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 190 | 0 | 0.07 | 0.10 | 0.17 | 21.82 | 0.2 | 0.79 |
| Hex | D4 | C6 | BE | 0 | 7 | A | 11 | 16 | 14 | 4F |
| Octal | 324 | 306 | 276 | 0 | 7 | 12 | 21 | 26 | 24 | 117 |
| Binary | 11010100 | 11000110 | 10111110 | 0 | 111 | 1010 | 10001 | 10110 | 10100 | 1001111 |
Color Harmonies of #D4C6BE
Complementary color
Monochromatic Colors of #D4C6BE
Black with #D4C6BE
Text Example
Text Example
White with #D4C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6BE; }
p { color: rgb(212,198,190); }
H1.HeaderClassName
{
color: #D4C6BE;
}
.AnyTagClassName
{
color: #D4C6BE;
}
</style>
background-color css
<style>
a { background-color: #D4C6BE; }
a { background-color: rgb(212,198,190); }
div.DivClassName
{
background-color: #D4C6BE;
}
.BgClassName
{
background-color: #D4C6BE;
}
</style>
border-color css
<style>
span { border-color: #D4C6BE; }
span { border-color: rgb(212,198,190); }
td.TdClassName
{
border-color: #D4C6BE;
}
.TagClassName
{
border-color: #D4C6BE;
}
</style>