Html Css Color HEX #D1C39C Double Spanish White
📋 copy color: '#D1C39C'red 209 ◦ green 195 ◦ blue 156
Shades of Double Spanish White #D1C39C
Tints of Double Spanish White #D1C39C
RGB
CMYK
RGB Variations
Color information
#D1C39C (or 0xD1C39C) is known color: Double Spanish White. HEX triplet: D1, C3 and 9C. RGB value is (209,195,156). Sum of RGB (Red+Green+Blue) = 209+195+156=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C39C is #2E3C63. Grayscale: #C2C2C2. Windows color (decimal): -3030116 or 10273745. OLE color: 10273745.
HSL color Cylindrical-coordinate representation of color #D1C39C: hue angle of 44.15º 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 #D1C39C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 156 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.18 |
| HSL | 44.15º | 0.37% | 0.72% | - |
| HSV(B) | 44.15º | 0.25% | 0.82% | - |
| XYZ | 51.81 | 54.99 | 39.34 | - |
| YUV | 194.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 156 | 0 | 0.07 | 0.25 | 0.18 | 44.15 | 0.37 | 0.72 |
| Hex | D1 | C3 | 9C | 0 | 7 | 19 | 12 | 2C | 25 | 48 |
| Octal | 321 | 303 | 234 | 0 | 7 | 31 | 22 | 54 | 45 | 110 |
| Binary | 11010001 | 11000011 | 10011100 | 0 | 111 | 11001 | 10010 | 101100 | 100101 | 1001000 |
Color Harmonies of #D1C39C
Complementary color
Monochromatic Colors of #D1C39C
Black with #D1C39C
Text Example
Text Example
White with #D1C39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C39C; }
p { color: rgb(209,195,156); }
H1.HeaderClassName
{
color: #D1C39C;
}
.AnyTagClassName
{
color: #D1C39C;
}
</style>
background-color css
<style>
a { background-color: #D1C39C; }
a { background-color: rgb(209,195,156); }
div.DivClassName
{
background-color: #D1C39C;
}
.BgClassName
{
background-color: #D1C39C;
}
</style>
border-color css
<style>
span { border-color: #D1C39C; }
span { border-color: rgb(209,195,156); }
td.TdClassName
{
border-color: #D1C39C;
}
.TagClassName
{
border-color: #D1C39C;
}
</style>