Html Css Color HEX #D5C295 Double Spanish White
📋 copy color: '#D5C295'red 213 ◦ green 194 ◦ blue 149
Shades of Double Spanish White #D5C295
Tints of Double Spanish White #D5C295
RGB
CMYK
RGB Variations
Color information
#D5C295 (or 0xD5C295) is known color: Double Spanish White. HEX triplet: D5, C2 and 95. RGB value is (213,194,149). Sum of RGB (Red+Green+Blue) = 213+194+149=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C295 is #2A3D6A. Grayscale: #C2C2C2. Windows color (decimal): -2768235 or 9814741. OLE color: 9814741.
HSL color Cylindrical-coordinate representation of color #D5C295: hue angle of 42.19º 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 #D5C295 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 149 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.16 |
| HSL | 42.19º | 0.43% | 0.71% | - |
| HSV(B) | 42.19º | 0.3% | 0.84% | - |
| XYZ | 52.16 | 54.9 | 36.28 | - |
| YUV | 194.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 149 | 0 | 0.09 | 0.30 | 0.16 | 42.19 | 0.43 | 0.71 |
| Hex | D5 | C2 | 95 | 0 | 9 | 1E | 10 | 2A | 2B | 47 |
| Octal | 325 | 302 | 225 | 0 | 11 | 36 | 20 | 52 | 53 | 107 |
| Binary | 11010101 | 11000010 | 10010101 | 0 | 1001 | 11110 | 10000 | 101010 | 101011 | 1000111 |
Color Harmonies of #D5C295
Complementary color
Monochromatic Colors of #D5C295
Black with #D5C295
Text Example
Text Example
White with #D5C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C295; }
p { color: rgb(213,194,149); }
H1.HeaderClassName
{
color: #D5C295;
}
.AnyTagClassName
{
color: #D5C295;
}
</style>
background-color css
<style>
a { background-color: #D5C295; }
a { background-color: rgb(213,194,149); }
div.DivClassName
{
background-color: #D5C295;
}
.BgClassName
{
background-color: #D5C295;
}
</style>
border-color css
<style>
span { border-color: #D5C295; }
span { border-color: rgb(213,194,149); }
td.TdClassName
{
border-color: #D5C295;
}
.TagClassName
{
border-color: #D5C295;
}
</style>