Html Css Color HEX #D1C29E Double Spanish White
📋 copy color: '#D1C29E'red 209 ◦ green 194 ◦ blue 158
Shades of Double Spanish White #D1C29E
Tints of Double Spanish White #D1C29E
RGB
CMYK
RGB Variations
Color information
#D1C29E (or 0xD1C29E) is known color: Double Spanish White. HEX triplet: D1, C2 and 9E. RGB value is (209,194,158). Sum of RGB (Red+Green+Blue) = 209+194+158=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C29E is #2E3D61. Grayscale: #C2C2C2. Windows color (decimal): -3030370 or 10404561. OLE color: 10404561.
HSL color Cylindrical-coordinate representation of color #D1C29E: hue angle of 42.35º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1C29E is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 158 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.18 |
| HSL | 42.35º | 0.36% | 0.72% | - |
| HSV(B) | 42.35º | 0.24% | 0.82% | - |
| XYZ | 51.76 | 54.61 | 40.16 | - |
| YUV | 194.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 158 | 0 | 0.07 | 0.24 | 0.18 | 42.35 | 0.36 | 0.72 |
| Hex | D1 | C2 | 9E | 0 | 7 | 18 | 12 | 2A | 24 | 48 |
| Octal | 321 | 302 | 236 | 0 | 7 | 30 | 22 | 52 | 44 | 110 |
| Binary | 11010001 | 11000010 | 10011110 | 0 | 111 | 11000 | 10010 | 101010 | 100100 | 1001000 |
Color Harmonies of #D1C29E
Complementary color
Monochromatic Colors of #D1C29E
Black with #D1C29E
Text Example
Text Example
White with #D1C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C29E; }
p { color: rgb(209,194,158); }
H1.HeaderClassName
{
color: #D1C29E;
}
.AnyTagClassName
{
color: #D1C29E;
}
</style>
background-color css
<style>
a { background-color: #D1C29E; }
a { background-color: rgb(209,194,158); }
div.DivClassName
{
background-color: #D1C29E;
}
.BgClassName
{
background-color: #D1C29E;
}
</style>
border-color css
<style>
span { border-color: #D1C29E; }
span { border-color: rgb(209,194,158); }
td.TdClassName
{
border-color: #D1C29E;
}
.TagClassName
{
border-color: #D1C29E;
}
</style>