Html Css Color HEX #D5C39E Double Spanish White
📋 copy color: '#D5C39E'red 213 ◦ green 195 ◦ blue 158
Shades of Double Spanish White #D5C39E
Tints of Double Spanish White #D5C39E
RGB
CMYK
RGB Variations
Color information
#D5C39E (or 0xD5C39E) is known color: Double Spanish White. HEX triplet: D5, C3 and 9E. RGB value is (213,195,158). Sum of RGB (Red+Green+Blue) = 213+195+158=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C39E is #2A3C61. Grayscale: #C4C4C4. Windows color (decimal): -2767970 or 10404821. OLE color: 10404821.
HSL color Cylindrical-coordinate representation of color #D5C39E: hue angle of 40.36º 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 #D5C39E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 158 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.16 |
| HSL | 40.36º | 0.4% | 0.73% | - |
| HSV(B) | 40.36º | 0.26% | 0.84% | - |
| XYZ | 53.13 | 55.64 | 40.29 | - |
| YUV | 196.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 158 | 0 | 0.08 | 0.26 | 0.16 | 40.36 | 0.4 | 0.73 |
| Hex | D5 | C3 | 9E | 0 | 8 | 1A | 10 | 28 | 28 | 49 |
| Octal | 325 | 303 | 236 | 0 | 10 | 32 | 20 | 50 | 50 | 111 |
| Binary | 11010101 | 11000011 | 10011110 | 0 | 1000 | 11010 | 10000 | 101000 | 101000 | 1001001 |
Color Harmonies of #D5C39E
Complementary color
Monochromatic Colors of #D5C39E
Black with #D5C39E
Text Example
Text Example
White with #D5C39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C39E; }
p { color: rgb(213,195,158); }
H1.HeaderClassName
{
color: #D5C39E;
}
.AnyTagClassName
{
color: #D5C39E;
}
</style>
background-color css
<style>
a { background-color: #D5C39E; }
a { background-color: rgb(213,195,158); }
div.DivClassName
{
background-color: #D5C39E;
}
.BgClassName
{
background-color: #D5C39E;
}
</style>
border-color css
<style>
span { border-color: #D5C39E; }
span { border-color: rgb(213,195,158); }
td.TdClassName
{
border-color: #D5C39E;
}
.TagClassName
{
border-color: #D5C39E;
}
</style>