Html Css Color HEX #D1C09B Double Spanish White
📋 copy color: '#D1C09B'red 209 ◦ green 192 ◦ blue 155
Shades of Double Spanish White #D1C09B
Tints of Double Spanish White #D1C09B
RGB
CMYK
RGB Variations
Color information
#D1C09B (or 0xD1C09B) is known color: Double Spanish White. HEX triplet: D1, C0 and 9B. RGB value is (209,192,155). Sum of RGB (Red+Green+Blue) = 209+192+155=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C09B is #2E3F64. Grayscale: #C1C1C1. Windows color (decimal): -3030885 or 10207441. OLE color: 10207441.
HSL color Cylindrical-coordinate representation of color #D1C09B: hue angle of 41.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1C09B is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 155 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.18 |
| HSL | 41.11º | 0.37% | 0.71% | - |
| HSV(B) | 41.11º | 0.26% | 0.82% | - |
| XYZ | 51.06 | 53.62 | 38.67 | - |
| YUV | 192.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 155 | 0 | 0.08 | 0.26 | 0.18 | 41.11 | 0.37 | 0.71 |
| Hex | D1 | C0 | 9B | 0 | 8 | 1A | 12 | 29 | 25 | 47 |
| Octal | 321 | 300 | 233 | 0 | 10 | 32 | 22 | 51 | 45 | 107 |
| Binary | 11010001 | 11000000 | 10011011 | 0 | 1000 | 11010 | 10010 | 101001 | 100101 | 1000111 |
Color Harmonies of #D1C09B
Complementary color
Monochromatic Colors of #D1C09B
Black with #D1C09B
Text Example
Text Example
White with #D1C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C09B; }
p { color: rgb(209,192,155); }
H1.HeaderClassName
{
color: #D1C09B;
}
.AnyTagClassName
{
color: #D1C09B;
}
</style>
background-color css
<style>
a { background-color: #D1C09B; }
a { background-color: rgb(209,192,155); }
div.DivClassName
{
background-color: #D1C09B;
}
.BgClassName
{
background-color: #D1C09B;
}
</style>
border-color css
<style>
span { border-color: #D1C09B; }
span { border-color: rgb(209,192,155); }
td.TdClassName
{
border-color: #D1C09B;
}
.TagClassName
{
border-color: #D1C09B;
}
</style>