Shades of Swirl #D5CAC3
Tints of Swirl #D5CAC3
RGB
CMYK
RGB Variations
Color information
#D5CAC3 (or 0xD5CAC3) is known color: Swirl. HEX triplet: D5, CA and C3. RGB value is (213,202,195). Sum of RGB (Red+Green+Blue) = 213+202+195=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC3 is #2A353C. Grayscale: #CCCCCC. Windows color (decimal): -2766141 or 12831445. OLE color: 12831445.
HSL color Cylindrical-coordinate representation of color #D5CAC3: hue angle of 23.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CAC3 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 195 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.16 |
| HSL | 23.33º | 0.18% | 0.8% | - |
| HSV(B) | 23.33º | 0.08% | 0.84% | - |
| XYZ | 58.41 | 60.33 | 60.2 | - |
| YUV | 204.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 195 | 0 | 0.05 | 0.08 | 0.16 | 23.33 | 0.18 | 0.8 |
| Hex | D5 | CA | C3 | 0 | 5 | 8 | 10 | 17 | 12 | 50 |
| Octal | 325 | 312 | 303 | 0 | 5 | 10 | 20 | 27 | 22 | 120 |
| Binary | 11010101 | 11001010 | 11000011 | 0 | 101 | 1000 | 10000 | 10111 | 10010 | 1010000 |
Color Harmonies of #D5CAC3
Complementary color
Monochromatic Colors of #D5CAC3
Black with #D5CAC3
Text Example
Text Example
White with #D5CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAC3; }
p { color: rgb(213,202,195); }
H1.HeaderClassName
{
color: #D5CAC3;
}
.AnyTagClassName
{
color: #D5CAC3;
}
</style>
background-color css
<style>
a { background-color: #D5CAC3; }
a { background-color: rgb(213,202,195); }
div.DivClassName
{
background-color: #D5CAC3;
}
.BgClassName
{
background-color: #D5CAC3;
}
</style>
border-color css
<style>
span { border-color: #D5CAC3; }
span { border-color: rgb(213,202,195); }
td.TdClassName
{
border-color: #D5CAC3;
}
.TagClassName
{
border-color: #D5CAC3;
}
</style>