Html Css Color HEX #D5C09D Double Spanish White
📋 copy color: '#D5C09D'red 213 ◦ green 192 ◦ blue 157
Shades of Double Spanish White #D5C09D
Tints of Double Spanish White #D5C09D
RGB
CMYK
RGB Variations
Color information
#D5C09D (or 0xD5C09D) is known color: Double Spanish White. HEX triplet: D5, C0 and 9D. RGB value is (213,192,157). Sum of RGB (Red+Green+Blue) = 213+192+157=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C09D is #2A3F62. Grayscale: #C2C2C2. Windows color (decimal): -2768739 or 10338517. OLE color: 10338517.
HSL color Cylindrical-coordinate representation of color #D5C09D: hue angle of 37.5º 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 #D5C09D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 157 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.16 |
| HSL | 37.5º | 0.4% | 0.73% | - |
| HSV(B) | 37.5º | 0.26% | 0.84% | - |
| XYZ | 52.38 | 54.28 | 39.61 | - |
| YUV | 194.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 157 | 0 | 0.10 | 0.26 | 0.16 | 37.5 | 0.4 | 0.73 |
| Hex | D5 | C0 | 9D | 0 | A | 1A | 10 | 26 | 28 | 49 |
| Octal | 325 | 300 | 235 | 0 | 12 | 32 | 20 | 46 | 50 | 111 |
| Binary | 11010101 | 11000000 | 10011101 | 0 | 1010 | 11010 | 10000 | 100110 | 101000 | 1001001 |
Color Harmonies of #D5C09D
Complementary color
Monochromatic Colors of #D5C09D
Black with #D5C09D
Text Example
Text Example
White with #D5C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C09D; }
p { color: rgb(213,192,157); }
H1.HeaderClassName
{
color: #D5C09D;
}
.AnyTagClassName
{
color: #D5C09D;
}
</style>
background-color css
<style>
a { background-color: #D5C09D; }
a { background-color: rgb(213,192,157); }
div.DivClassName
{
background-color: #D5C09D;
}
.BgClassName
{
background-color: #D5C09D;
}
</style>
border-color css
<style>
span { border-color: #D5C09D; }
span { border-color: rgb(213,192,157); }
td.TdClassName
{
border-color: #D5C09D;
}
.TagClassName
{
border-color: #D5C09D;
}
</style>