Html Css Color HEX #D1C6A0 Double Spanish White
📋 copy color: '#D1C6A0'red 209 ◦ green 198 ◦ blue 160
Shades of Double Spanish White #D1C6A0
Tints of Double Spanish White #D1C6A0
RGB
CMYK
RGB Variations
Color information
#D1C6A0 (or 0xD1C6A0) is known color: Double Spanish White. HEX triplet: D1, C6 and A0. RGB value is (209,198,160). Sum of RGB (Red+Green+Blue) = 209+198+160=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C6A0 is #2E395F. Grayscale: #C5C5C5. Windows color (decimal): -3029344 or 10536657. OLE color: 10536657.
HSL color Cylindrical-coordinate representation of color #D1C6A0: hue angle of 46.53º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1C6A0 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 160 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.18 |
| HSL | 46.53º | 0.35% | 0.72% | - |
| HSV(B) | 46.53º | 0.23% | 0.82% | - |
| XYZ | 52.83 | 56.48 | 41.38 | - |
| YUV | 196.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 160 | 0 | 0.05 | 0.23 | 0.18 | 46.53 | 0.35 | 0.72 |
| Hex | D1 | C6 | A0 | 0 | 5 | 17 | 12 | 2F | 23 | 48 |
| Octal | 321 | 306 | 240 | 0 | 5 | 27 | 22 | 57 | 43 | 110 |
| Binary | 11010001 | 11000110 | 10100000 | 0 | 101 | 10111 | 10010 | 101111 | 100011 | 1001000 |
Color Harmonies of #D1C6A0
Complementary color
Monochromatic Colors of #D1C6A0
Black with #D1C6A0
Text Example
Text Example
White with #D1C6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C6A0; }
p { color: rgb(209,198,160); }
H1.HeaderClassName
{
color: #D1C6A0;
}
.AnyTagClassName
{
color: #D1C6A0;
}
</style>
background-color css
<style>
a { background-color: #D1C6A0; }
a { background-color: rgb(209,198,160); }
div.DivClassName
{
background-color: #D1C6A0;
}
.BgClassName
{
background-color: #D1C6A0;
}
</style>
border-color css
<style>
span { border-color: #D1C6A0; }
span { border-color: rgb(209,198,160); }
td.TdClassName
{
border-color: #D1C6A0;
}
.TagClassName
{
border-color: #D1C6A0;
}
</style>