Shades of Swirl #D5CAC1
Tints of Swirl #D5CAC1
RGB
CMYK
RGB Variations
Color information
#D5CAC1 (or 0xD5CAC1) is known color: Swirl. HEX triplet: D5, CA and C1. RGB value is (213,202,193). Sum of RGB (Red+Green+Blue) = 213+202+193=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC1 is #2A353E. Grayscale: #CCCCCC. Windows color (decimal): -2766143 or 12700373. OLE color: 12700373.
HSL color Cylindrical-coordinate representation of color #D5CAC1: hue angle of 27º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5CAC1 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 202 | 193 | - |
CMYK | 0 | 0.05 | 0.09 | 0.16 |
HSL | 27º | 0.19% | 0.8% | - |
HSV(B) | 27º | 0.09% | 0.84% | - |
XYZ | 58.19 | 60.24 | 59.01 | - |
YUV | 204.26 | 121.64 | 134.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 193 | 0 | 0.05 | 0.09 | 0.16 | 27 | 0.19 | 0.8 |
Hex | D5 | CA | C1 | 0 | 5 | 9 | 10 | 1B | 13 | 50 |
Octal | 325 | 312 | 301 | 0 | 5 | 11 | 20 | 33 | 23 | 120 |
Binary | 11010101 | 11001010 | 11000001 | 0 | 101 | 1001 | 10000 | 11011 | 10011 | 1010000 |
Color Harmonies of #D5CAC1
Complementary color
Monochromatic Colors of #D5CAC1
Black with #D5CAC1
Text Example
Text Example
White with #D5CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAC1; }
p { color: rgb(213,202,193); }
H1.HeaderClassName
{
color: #D5CAC1;
}
.AnyTagClassName
{
color: #D5CAC1;
}
</style>
background-color css
<style>
a { background-color: #D5CAC1; }
a { background-color: rgb(213,202,193); }
div.DivClassName
{
background-color: #D5CAC1;
}
.BgClassName
{
background-color: #D5CAC1;
}
</style>
border-color css
<style>
span { border-color: #D5CAC1; }
span { border-color: rgb(213,202,193); }
td.TdClassName
{
border-color: #D5CAC1;
}
.TagClassName
{
border-color: #D5CAC1;
}
</style>