Html Css Color HEX #D1C09C Double Spanish White
📋 copy color: '#D1C09C'red 209 ◦ green 192 ◦ blue 156
Shades of Double Spanish White #D1C09C
Tints of Double Spanish White #D1C09C
RGB
CMYK
RGB Variations
Color information
#D1C09C (or 0xD1C09C) is known color: Double Spanish White. HEX triplet: D1, C0 and 9C. RGB value is (209,192,156). Sum of RGB (Red+Green+Blue) = 209+192+156=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C09C is #2E3F63. Grayscale: #C1C1C1. Windows color (decimal): -3030884 or 10272977. OLE color: 10272977.
HSL color Cylindrical-coordinate representation of color #D1C09C: hue angle of 40.75º 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 #D1C09C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 156 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.18 |
| HSL | 40.75º | 0.37% | 0.72% | - |
| HSV(B) | 40.75º | 0.25% | 0.82% | - |
| XYZ | 51.14 | 53.65 | 39.11 | - |
| YUV | 192.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 156 | 0 | 0.08 | 0.25 | 0.18 | 40.75 | 0.37 | 0.72 |
| Hex | D1 | C0 | 9C | 0 | 8 | 19 | 12 | 29 | 25 | 48 |
| Octal | 321 | 300 | 234 | 0 | 10 | 31 | 22 | 51 | 45 | 110 |
| Binary | 11010001 | 11000000 | 10011100 | 0 | 1000 | 11001 | 10010 | 101001 | 100101 | 1001000 |
Color Harmonies of #D1C09C
Complementary color
Monochromatic Colors of #D1C09C
Black with #D1C09C
Text Example
Text Example
White with #D1C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C09C; }
p { color: rgb(209,192,156); }
H1.HeaderClassName
{
color: #D1C09C;
}
.AnyTagClassName
{
color: #D1C09C;
}
</style>
background-color css
<style>
a { background-color: #D1C09C; }
a { background-color: rgb(209,192,156); }
div.DivClassName
{
background-color: #D1C09C;
}
.BgClassName
{
background-color: #D1C09C;
}
</style>
border-color css
<style>
span { border-color: #D1C09C; }
span { border-color: rgb(209,192,156); }
td.TdClassName
{
border-color: #D1C09C;
}
.TagClassName
{
border-color: #D1C09C;
}
</style>