Shades of Swirl #D9CABB
Tints of Swirl #D9CABB
RGB
CMYK
RGB Variations
Color information
#D9CABB (or 0xD9CABB) is known color: Swirl. HEX triplet: D9, CA and BB. RGB value is (217,202,187). Sum of RGB (Red+Green+Blue) = 217+202+187=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CABB is #263544. Grayscale: #CCCCCC. Windows color (decimal): -2504005 or 12307161. OLE color: 12307161.
HSL color Cylindrical-coordinate representation of color #D9CABB: hue angle of 30º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CABB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 187 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.15 |
| HSL | 30º | 0.28% | 0.79% | - |
| HSV(B) | 30º | 0.14% | 0.85% | - |
| XYZ | 58.71 | 60.58 | 55.61 | - |
| YUV | 204.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 187 | 0 | 0.07 | 0.14 | 0.15 | 30 | 0.28 | 0.79 |
| Hex | D9 | CA | BB | 0 | 7 | E | F | 1E | 1C | 4F |
| Octal | 331 | 312 | 273 | 0 | 7 | 16 | 17 | 36 | 34 | 117 |
| Binary | 11011001 | 11001010 | 10111011 | 0 | 111 | 1110 | 1111 | 11110 | 11100 | 1001111 |
Color Harmonies of #D9CABB
Complementary color
Monochromatic Colors of #D9CABB
Black with #D9CABB
Text Example
Text Example
White with #D9CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CABB; }
p { color: rgb(217,202,187); }
H1.HeaderClassName
{
color: #D9CABB;
}
.AnyTagClassName
{
color: #D9CABB;
}
</style>
background-color css
<style>
a { background-color: #D9CABB; }
a { background-color: rgb(217,202,187); }
div.DivClassName
{
background-color: #D9CABB;
}
.BgClassName
{
background-color: #D9CABB;
}
</style>
border-color css
<style>
span { border-color: #D9CABB; }
span { border-color: rgb(217,202,187); }
td.TdClassName
{
border-color: #D9CABB;
}
.TagClassName
{
border-color: #D9CABB;
}
</style>