Html Css Color HEX #D5C29E Double Spanish White
📋 copy color: '#D5C29E'red 213 ◦ green 194 ◦ blue 158
Shades of Double Spanish White #D5C29E
Tints of Double Spanish White #D5C29E
RGB
CMYK
RGB Variations
Color information
#D5C29E (or 0xD5C29E) is known color: Double Spanish White. HEX triplet: D5, C2 and 9E. RGB value is (213,194,158). Sum of RGB (Red+Green+Blue) = 213+194+158=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C29E is #2A3D61. Grayscale: #C3C3C3. Windows color (decimal): -2768226 or 10404565. OLE color: 10404565.
HSL color Cylindrical-coordinate representation of color #D5C29E: hue angle of 39.27º 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 #D5C29E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 158 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.16 |
| HSL | 39.27º | 0.4% | 0.73% | - |
| HSV(B) | 39.27º | 0.26% | 0.84% | - |
| XYZ | 52.9 | 55.2 | 40.21 | - |
| YUV | 195.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 158 | 0 | 0.09 | 0.26 | 0.16 | 39.27 | 0.4 | 0.73 |
| Hex | D5 | C2 | 9E | 0 | 9 | 1A | 10 | 27 | 28 | 49 |
| Octal | 325 | 302 | 236 | 0 | 11 | 32 | 20 | 47 | 50 | 111 |
| Binary | 11010101 | 11000010 | 10011110 | 0 | 1001 | 11010 | 10000 | 100111 | 101000 | 1001001 |
Color Harmonies of #D5C29E
Complementary color
Monochromatic Colors of #D5C29E
Black with #D5C29E
Text Example
Text Example
White with #D5C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C29E; }
p { color: rgb(213,194,158); }
H1.HeaderClassName
{
color: #D5C29E;
}
.AnyTagClassName
{
color: #D5C29E;
}
</style>
background-color css
<style>
a { background-color: #D5C29E; }
a { background-color: rgb(213,194,158); }
div.DivClassName
{
background-color: #D5C29E;
}
.BgClassName
{
background-color: #D5C29E;
}
</style>
border-color css
<style>
span { border-color: #D5C29E; }
span { border-color: rgb(213,194,158); }
td.TdClassName
{
border-color: #D5C29E;
}
.TagClassName
{
border-color: #D5C29E;
}
</style>