Html Css Color HEX #D5C09E Double Spanish White
📋 copy color: '#D5C09E'red 213 ◦ green 192 ◦ blue 158
Shades of Double Spanish White #D5C09E
Tints of Double Spanish White #D5C09E
RGB
CMYK
RGB Variations
Color information
#D5C09E (or 0xD5C09E) is known color: Double Spanish White. HEX triplet: D5, C0 and 9E. RGB value is (213,192,158). Sum of RGB (Red+Green+Blue) = 213+192+158=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C09E is #2A3F61. Grayscale: #C2C2C2. Windows color (decimal): -2768738 or 10404053. OLE color: 10404053.
HSL color Cylindrical-coordinate representation of color #D5C09E: hue angle of 37.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5C09E is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 158 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.16 |
| HSL | 37.09º | 0.4% | 0.73% | - |
| HSV(B) | 37.09º | 0.26% | 0.84% | - |
| XYZ | 52.46 | 54.31 | 40.07 | - |
| YUV | 194.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 158 | 0 | 0.10 | 0.26 | 0.16 | 37.09 | 0.4 | 0.73 |
| Hex | D5 | C0 | 9E | 0 | A | 1A | 10 | 25 | 28 | 49 |
| Octal | 325 | 300 | 236 | 0 | 12 | 32 | 20 | 45 | 50 | 111 |
| Binary | 11010101 | 11000000 | 10011110 | 0 | 1010 | 11010 | 10000 | 100101 | 101000 | 1001001 |
Color Harmonies of #D5C09E
Complementary color
Monochromatic Colors of #D5C09E
Black with #D5C09E
Text Example
Text Example
White with #D5C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C09E; }
p { color: rgb(213,192,158); }
H1.HeaderClassName
{
color: #D5C09E;
}
.AnyTagClassName
{
color: #D5C09E;
}
</style>
background-color css
<style>
a { background-color: #D5C09E; }
a { background-color: rgb(213,192,158); }
div.DivClassName
{
background-color: #D5C09E;
}
.BgClassName
{
background-color: #D5C09E;
}
</style>
border-color css
<style>
span { border-color: #D5C09E; }
span { border-color: rgb(213,192,158); }
td.TdClassName
{
border-color: #D5C09E;
}
.TagClassName
{
border-color: #D5C09E;
}
</style>