Html Css Color HEX #D7C69E Double Spanish White
📋 copy color: '#D7C69E'red 215 ◦ green 198 ◦ blue 158
Shades of Double Spanish White #D7C69E
Tints of Double Spanish White #D7C69E
RGB
CMYK
RGB Variations
Color information
#D7C69E (or 0xD7C69E) is known color: Double Spanish White. HEX triplet: D7, C6 and 9E. RGB value is (215,198,158). Sum of RGB (Red+Green+Blue) = 215+198+158=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C69E is #283961. Grayscale: #C6C6C6. Windows color (decimal): -2636130 or 10405591. OLE color: 10405591.
HSL color Cylindrical-coordinate representation of color #D7C69E: hue angle of 42.11º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7C69E is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 158 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.16 |
| HSL | 42.11º | 0.42% | 0.73% | - |
| HSV(B) | 42.11º | 0.27% | 0.84% | - |
| XYZ | 54.39 | 57.3 | 40.54 | - |
| YUV | 198.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 158 | 0 | 0.08 | 0.27 | 0.16 | 42.11 | 0.42 | 0.73 |
| Hex | D7 | C6 | 9E | 0 | 8 | 1B | 10 | 2A | 2A | 49 |
| Octal | 327 | 306 | 236 | 0 | 10 | 33 | 20 | 52 | 52 | 111 |
| Binary | 11010111 | 11000110 | 10011110 | 0 | 1000 | 11011 | 10000 | 101010 | 101010 | 1001001 |
Color Harmonies of #D7C69E
Complementary color
Monochromatic Colors of #D7C69E
Black with #D7C69E
Text Example
Text Example
White with #D7C69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C69E; }
p { color: rgb(215,198,158); }
H1.HeaderClassName
{
color: #D7C69E;
}
.AnyTagClassName
{
color: #D7C69E;
}
</style>
background-color css
<style>
a { background-color: #D7C69E; }
a { background-color: rgb(215,198,158); }
div.DivClassName
{
background-color: #D7C69E;
}
.BgClassName
{
background-color: #D7C69E;
}
</style>
border-color css
<style>
span { border-color: #D7C69E; }
span { border-color: rgb(215,198,158); }
td.TdClassName
{
border-color: #D7C69E;
}
.TagClassName
{
border-color: #D7C69E;
}
</style>