Html Css Color HEX #D5C097 Double Spanish White
📋 copy color: '#D5C097'red 213 ◦ green 192 ◦ blue 151
Shades of Double Spanish White #D5C097
Tints of Double Spanish White #D5C097
RGB
CMYK
RGB Variations
Color information
#D5C097 (or 0xD5C097) is known color: Double Spanish White. HEX triplet: D5, C0 and 97. RGB value is (213,192,151). Sum of RGB (Red+Green+Blue) = 213+192+151=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C097 is #2A3F68. Grayscale: #C1C1C1. Windows color (decimal): -2768745 or 9945301. OLE color: 9945301.
HSL color Cylindrical-coordinate representation of color #D5C097: hue angle of 39.68º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5C097 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 151 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.16 |
| HSL | 39.68º | 0.42% | 0.71% | - |
| HSV(B) | 39.68º | 0.29% | 0.84% | - |
| XYZ | 51.88 | 54.08 | 36.98 | - |
| YUV | 193.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 151 | 0 | 0.10 | 0.29 | 0.16 | 39.68 | 0.42 | 0.71 |
| Hex | D5 | C0 | 97 | 0 | A | 1D | 10 | 28 | 2A | 47 |
| Octal | 325 | 300 | 227 | 0 | 12 | 35 | 20 | 50 | 52 | 107 |
| Binary | 11010101 | 11000000 | 10010111 | 0 | 1010 | 11101 | 10000 | 101000 | 101010 | 1000111 |
Color Harmonies of #D5C097
Complementary color
Monochromatic Colors of #D5C097
Black with #D5C097
Text Example
Text Example
White with #D5C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C097; }
p { color: rgb(213,192,151); }
H1.HeaderClassName
{
color: #D5C097;
}
.AnyTagClassName
{
color: #D5C097;
}
</style>
background-color css
<style>
a { background-color: #D5C097; }
a { background-color: rgb(213,192,151); }
div.DivClassName
{
background-color: #D5C097;
}
.BgClassName
{
background-color: #D5C097;
}
</style>
border-color css
<style>
span { border-color: #D5C097; }
span { border-color: rgb(213,192,151); }
td.TdClassName
{
border-color: #D5C097;
}
.TagClassName
{
border-color: #D5C097;
}
</style>