Html Css Color HEX #D1C2A6 Double Spanish White
📋 copy color: '#D1C2A6'red 209 ◦ green 194 ◦ blue 166
Shades of Double Spanish White #D1C2A6
Tints of Double Spanish White #D1C2A6
RGB
CMYK
RGB Variations
Color information
#D1C2A6 (or 0xD1C2A6) is known color: Double Spanish White. HEX triplet: D1, C2 and A6. RGB value is (209,194,166). Sum of RGB (Red+Green+Blue) = 209+194+166=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C2A6 is #2E3D59. Grayscale: #C3C3C3. Windows color (decimal): -3030362 or 10928849. OLE color: 10928849.
HSL color Cylindrical-coordinate representation of color #D1C2A6: hue angle of 39.07º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1C2A6 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 166 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.18 |
| HSL | 39.07º | 0.32% | 0.74% | - |
| HSV(B) | 39.07º | 0.21% | 0.82% | - |
| XYZ | 52.47 | 54.89 | 43.91 | - |
| YUV | 195.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 166 | 0 | 0.07 | 0.21 | 0.18 | 39.07 | 0.32 | 0.74 |
| Hex | D1 | C2 | A6 | 0 | 7 | 15 | 12 | 27 | 20 | 4A |
| Octal | 321 | 302 | 246 | 0 | 7 | 25 | 22 | 47 | 40 | 112 |
| Binary | 11010001 | 11000010 | 10100110 | 0 | 111 | 10101 | 10010 | 100111 | 100000 | 1001010 |
Color Harmonies of #D1C2A6
Complementary color
Monochromatic Colors of #D1C2A6
Black with #D1C2A6
Text Example
Text Example
White with #D1C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2A6; }
p { color: rgb(209,194,166); }
H1.HeaderClassName
{
color: #D1C2A6;
}
.AnyTagClassName
{
color: #D1C2A6;
}
</style>
background-color css
<style>
a { background-color: #D1C2A6; }
a { background-color: rgb(209,194,166); }
div.DivClassName
{
background-color: #D1C2A6;
}
.BgClassName
{
background-color: #D1C2A6;
}
</style>
border-color css
<style>
span { border-color: #D1C2A6; }
span { border-color: rgb(209,194,166); }
td.TdClassName
{
border-color: #D1C2A6;
}
.TagClassName
{
border-color: #D1C2A6;
}
</style>