Html Css Color HEX #D0C09E Double Spanish White
📋 copy color: '#D0C09E'red 208 ◦ green 192 ◦ blue 158
Shades of Double Spanish White #D0C09E
Tints of Double Spanish White #D0C09E
RGB
CMYK
RGB Variations
Color information
#D0C09E (or 0xD0C09E) is known color: Double Spanish White. HEX triplet: D0, C0 and 9E. RGB value is (208,192,158). Sum of RGB (Red+Green+Blue) = 208+192+158=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C09E is #2F3F61. Grayscale: #C1C1C1. Windows color (decimal): -3096418 or 10404048. OLE color: 10404048.
HSL color Cylindrical-coordinate representation of color #D0C09E: hue angle of 40.8º degrees, saturation: 0.35, 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 #D0C09E is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 158 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.18 |
| HSL | 40.8º | 0.35% | 0.72% | - |
| HSV(B) | 40.8º | 0.24% | 0.82% | - |
| XYZ | 51.03 | 53.58 | 40 | - |
| YUV | 192.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 158 | 0 | 0.08 | 0.24 | 0.18 | 40.8 | 0.35 | 0.72 |
| Hex | D0 | C0 | 9E | 0 | 8 | 18 | 12 | 29 | 23 | 48 |
| Octal | 320 | 300 | 236 | 0 | 10 | 30 | 22 | 51 | 43 | 110 |
| Binary | 11010000 | 11000000 | 10011110 | 0 | 1000 | 11000 | 10010 | 101001 | 100011 | 1001000 |
Color Harmonies of #D0C09E
Complementary color
Monochromatic Colors of #D0C09E
Black with #D0C09E
Text Example
Text Example
White with #D0C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C09E; }
p { color: rgb(208,192,158); }
H1.HeaderClassName
{
color: #D0C09E;
}
.AnyTagClassName
{
color: #D0C09E;
}
</style>
background-color css
<style>
a { background-color: #D0C09E; }
a { background-color: rgb(208,192,158); }
div.DivClassName
{
background-color: #D0C09E;
}
.BgClassName
{
background-color: #D0C09E;
}
</style>
border-color css
<style>
span { border-color: #D0C09E; }
span { border-color: rgb(208,192,158); }
td.TdClassName
{
border-color: #D0C09E;
}
.TagClassName
{
border-color: #D0C09E;
}
</style>