Html Css Color HEX #D5C19E Double Spanish White
📋 copy color: '#D5C19E'red 213 ◦ green 193 ◦ blue 158
Shades of Double Spanish White #D5C19E
Tints of Double Spanish White #D5C19E
RGB
CMYK
RGB Variations
Color information
#D5C19E (or 0xD5C19E) is known color: Double Spanish White. HEX triplet: D5, C1 and 9E. RGB value is (213,193,158). Sum of RGB (Red+Green+Blue) = 213+193+158=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C19E is #2A3E61. Grayscale: #C3C3C3. Windows color (decimal): -2768482 or 10404309. OLE color: 10404309.
HSL color Cylindrical-coordinate representation of color #D5C19E: hue angle of 38.18º 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 #D5C19E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 158 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.16 |
| HSL | 38.18º | 0.4% | 0.73% | - |
| HSV(B) | 38.18º | 0.26% | 0.84% | - |
| XYZ | 52.68 | 54.75 | 40.14 | - |
| YUV | 194.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 158 | 0 | 0.09 | 0.26 | 0.16 | 38.18 | 0.4 | 0.73 |
| Hex | D5 | C1 | 9E | 0 | 9 | 1A | 10 | 26 | 28 | 49 |
| Octal | 325 | 301 | 236 | 0 | 11 | 32 | 20 | 46 | 50 | 111 |
| Binary | 11010101 | 11000001 | 10011110 | 0 | 1001 | 11010 | 10000 | 100110 | 101000 | 1001001 |
Color Harmonies of #D5C19E
Complementary color
Monochromatic Colors of #D5C19E
Black with #D5C19E
Text Example
Text Example
White with #D5C19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C19E; }
p { color: rgb(213,193,158); }
H1.HeaderClassName
{
color: #D5C19E;
}
.AnyTagClassName
{
color: #D5C19E;
}
</style>
background-color css
<style>
a { background-color: #D5C19E; }
a { background-color: rgb(213,193,158); }
div.DivClassName
{
background-color: #D5C19E;
}
.BgClassName
{
background-color: #D5C19E;
}
</style>
border-color css
<style>
span { border-color: #D5C19E; }
span { border-color: rgb(213,193,158); }
td.TdClassName
{
border-color: #D5C19E;
}
.TagClassName
{
border-color: #D5C19E;
}
</style>