Html Css Color HEX #D6C59E Double Spanish White
📋 copy color: '#D6C59E'red 214 ◦ green 197 ◦ blue 158
Shades of Double Spanish White #D6C59E
Tints of Double Spanish White #D6C59E
RGB
CMYK
RGB Variations
Color information
#D6C59E (or 0xD6C59E) is known color: Double Spanish White. HEX triplet: D6, C5 and 9E. RGB value is (214,197,158). Sum of RGB (Red+Green+Blue) = 214+197+158=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C59E is #293A61. Grayscale: #C5C5C5. Windows color (decimal): -2701922 or 10405334. OLE color: 10405334.
HSL color Cylindrical-coordinate representation of color #D6C59E: hue angle of 41.79º degrees, saturation: 0.41, 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 #D6C59E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 158 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.16 |
| HSL | 41.79º | 0.41% | 0.73% | - |
| HSV(B) | 41.79º | 0.26% | 0.84% | - |
| XYZ | 53.87 | 56.7 | 40.45 | - |
| YUV | 197.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 158 | 0 | 0.08 | 0.26 | 0.16 | 41.79 | 0.41 | 0.73 |
| Hex | D6 | C5 | 9E | 0 | 8 | 1A | 10 | 2A | 29 | 49 |
| Octal | 326 | 305 | 236 | 0 | 10 | 32 | 20 | 52 | 51 | 111 |
| Binary | 11010110 | 11000101 | 10011110 | 0 | 1000 | 11010 | 10000 | 101010 | 101001 | 1001001 |
Color Harmonies of #D6C59E
Complementary color
Monochromatic Colors of #D6C59E
Black with #D6C59E
Text Example
Text Example
White with #D6C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C59E; }
p { color: rgb(214,197,158); }
H1.HeaderClassName
{
color: #D6C59E;
}
.AnyTagClassName
{
color: #D6C59E;
}
</style>
background-color css
<style>
a { background-color: #D6C59E; }
a { background-color: rgb(214,197,158); }
div.DivClassName
{
background-color: #D6C59E;
}
.BgClassName
{
background-color: #D6C59E;
}
</style>
border-color css
<style>
span { border-color: #D6C59E; }
span { border-color: rgb(214,197,158); }
td.TdClassName
{
border-color: #D6C59E;
}
.TagClassName
{
border-color: #D6C59E;
}
</style>