Html Css Color HEX #D5C69E Double Spanish White
📋 copy color: '#D5C69E'red 213 ◦ green 198 ◦ blue 158
Shades of Double Spanish White #D5C69E
Tints of Double Spanish White #D5C69E
RGB
CMYK
RGB Variations
Color information
#D5C69E (or 0xD5C69E) is known color: Double Spanish White. HEX triplet: D5, C6 and 9E. RGB value is (213,198,158). Sum of RGB (Red+Green+Blue) = 213+198+158=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C69E is #2A3961. Grayscale: #C6C6C6. Windows color (decimal): -2767202 or 10405589. OLE color: 10405589.
HSL color Cylindrical-coordinate representation of color #D5C69E: hue angle of 43.64º 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 #D5C69E is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 158 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.16 |
| HSL | 43.64º | 0.4% | 0.73% | - |
| HSV(B) | 43.64º | 0.26% | 0.84% | - |
| XYZ | 53.81 | 57 | 40.51 | - |
| YUV | 197.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 158 | 0 | 0.07 | 0.26 | 0.16 | 43.64 | 0.4 | 0.73 |
| Hex | D5 | C6 | 9E | 0 | 7 | 1A | 10 | 2C | 28 | 49 |
| Octal | 325 | 306 | 236 | 0 | 7 | 32 | 20 | 54 | 50 | 111 |
| Binary | 11010101 | 11000110 | 10011110 | 0 | 111 | 11010 | 10000 | 101100 | 101000 | 1001001 |
Color Harmonies of #D5C69E
Complementary color
Monochromatic Colors of #D5C69E
Black with #D5C69E
Text Example
Text Example
White with #D5C69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C69E; }
p { color: rgb(213,198,158); }
H1.HeaderClassName
{
color: #D5C69E;
}
.AnyTagClassName
{
color: #D5C69E;
}
</style>
background-color css
<style>
a { background-color: #D5C69E; }
a { background-color: rgb(213,198,158); }
div.DivClassName
{
background-color: #D5C69E;
}
.BgClassName
{
background-color: #D5C69E;
}
</style>
border-color css
<style>
span { border-color: #D5C69E; }
span { border-color: rgb(213,198,158); }
td.TdClassName
{
border-color: #D5C69E;
}
.TagClassName
{
border-color: #D5C69E;
}
</style>