Html Css Color HEX #D1C19C Double Spanish White
📋 copy color: '#D1C19C'red 209 ◦ green 193 ◦ blue 156
Shades of Double Spanish White #D1C19C
Tints of Double Spanish White #D1C19C
RGB
CMYK
RGB Variations
Color information
#D1C19C (or 0xD1C19C) is known color: Double Spanish White. HEX triplet: D1, C1 and 9C. RGB value is (209,193,156). Sum of RGB (Red+Green+Blue) = 209+193+156=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C19C is #2E3E63. Grayscale: #C1C1C1. Windows color (decimal): -3030628 or 10273233. OLE color: 10273233.
HSL color Cylindrical-coordinate representation of color #D1C19C: hue angle of 41.89º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1C19C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 156 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.18 |
| HSL | 41.89º | 0.37% | 0.72% | - |
| HSV(B) | 41.89º | 0.25% | 0.82% | - |
| XYZ | 51.37 | 54.1 | 39.19 | - |
| YUV | 193.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 156 | 0 | 0.08 | 0.25 | 0.18 | 41.89 | 0.37 | 0.72 |
| Hex | D1 | C1 | 9C | 0 | 8 | 19 | 12 | 2A | 25 | 48 |
| Octal | 321 | 301 | 234 | 0 | 10 | 31 | 22 | 52 | 45 | 110 |
| Binary | 11010001 | 11000001 | 10011100 | 0 | 1000 | 11001 | 10010 | 101010 | 100101 | 1001000 |
Color Harmonies of #D1C19C
Complementary color
Monochromatic Colors of #D1C19C
Black with #D1C19C
Text Example
Text Example
White with #D1C19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C19C; }
p { color: rgb(209,193,156); }
H1.HeaderClassName
{
color: #D1C19C;
}
.AnyTagClassName
{
color: #D1C19C;
}
</style>
background-color css
<style>
a { background-color: #D1C19C; }
a { background-color: rgb(209,193,156); }
div.DivClassName
{
background-color: #D1C19C;
}
.BgClassName
{
background-color: #D1C19C;
}
</style>
border-color css
<style>
span { border-color: #D1C19C; }
span { border-color: rgb(209,193,156); }
td.TdClassName
{
border-color: #D1C19C;
}
.TagClassName
{
border-color: #D1C19C;
}
</style>