Html Css Color HEX #D5C095 Double Spanish White
📋 copy color: '#D5C095'red 213 ◦ green 192 ◦ blue 149
Shades of Double Spanish White #D5C095
Tints of Double Spanish White #D5C095
RGB
CMYK
RGB Variations
Color information
#D5C095 (or 0xD5C095) is known color: Double Spanish White. HEX triplet: D5, C0 and 95. RGB value is (213,192,149). Sum of RGB (Red+Green+Blue) = 213+192+149=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C095 is #2A3F6A. Grayscale: #C1C1C1. Windows color (decimal): -2768747 or 9814229. OLE color: 9814229.
HSL color Cylindrical-coordinate representation of color #D5C095: hue angle of 40.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5C095 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 149 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.16 |
| HSL | 40.31º | 0.43% | 0.71% | - |
| HSV(B) | 40.31º | 0.3% | 0.84% | - |
| XYZ | 51.72 | 54.02 | 36.13 | - |
| YUV | 193.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 149 | 0 | 0.10 | 0.30 | 0.16 | 40.31 | 0.43 | 0.71 |
| Hex | D5 | C0 | 95 | 0 | A | 1E | 10 | 28 | 2B | 47 |
| Octal | 325 | 300 | 225 | 0 | 12 | 36 | 20 | 50 | 53 | 107 |
| Binary | 11010101 | 11000000 | 10010101 | 0 | 1010 | 11110 | 10000 | 101000 | 101011 | 1000111 |
Color Harmonies of #D5C095
Complementary color
Monochromatic Colors of #D5C095
Black with #D5C095
Text Example
Text Example
White with #D5C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C095; }
p { color: rgb(213,192,149); }
H1.HeaderClassName
{
color: #D5C095;
}
.AnyTagClassName
{
color: #D5C095;
}
</style>
background-color css
<style>
a { background-color: #D5C095; }
a { background-color: rgb(213,192,149); }
div.DivClassName
{
background-color: #D5C095;
}
.BgClassName
{
background-color: #D5C095;
}
</style>
border-color css
<style>
span { border-color: #D5C095; }
span { border-color: rgb(213,192,149); }
td.TdClassName
{
border-color: #D5C095;
}
.TagClassName
{
border-color: #D5C095;
}
</style>