Html Css Color HEX #D2C29E Double Spanish White
📋 copy color: '#D2C29E'red 210 ◦ green 194 ◦ blue 158
Shades of Double Spanish White #D2C29E
Tints of Double Spanish White #D2C29E
RGB
CMYK
RGB Variations
Color information
#D2C29E (or 0xD2C29E) is known color: Double Spanish White. HEX triplet: D2, C2 and 9E. RGB value is (210,194,158). Sum of RGB (Red+Green+Blue) = 210+194+158=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C29E is #2D3D61. Grayscale: #C2C2C2. Windows color (decimal): -2964834 or 10404562. OLE color: 10404562.
HSL color Cylindrical-coordinate representation of color #D2C29E: hue angle of 41.54º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2C29E is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 158 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.18 |
| HSL | 41.54º | 0.37% | 0.72% | - |
| HSV(B) | 41.54º | 0.25% | 0.82% | - |
| XYZ | 52.04 | 54.75 | 40.17 | - |
| YUV | 194.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 158 | 0 | 0.08 | 0.25 | 0.18 | 41.54 | 0.37 | 0.72 |
| Hex | D2 | C2 | 9E | 0 | 8 | 19 | 12 | 2A | 25 | 48 |
| Octal | 322 | 302 | 236 | 0 | 10 | 31 | 22 | 52 | 45 | 110 |
| Binary | 11010010 | 11000010 | 10011110 | 0 | 1000 | 11001 | 10010 | 101010 | 100101 | 1001000 |
Color Harmonies of #D2C29E
Complementary color
Monochromatic Colors of #D2C29E
Black with #D2C29E
Text Example
Text Example
White with #D2C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C29E; }
p { color: rgb(210,194,158); }
H1.HeaderClassName
{
color: #D2C29E;
}
.AnyTagClassName
{
color: #D2C29E;
}
</style>
background-color css
<style>
a { background-color: #D2C29E; }
a { background-color: rgb(210,194,158); }
div.DivClassName
{
background-color: #D2C29E;
}
.BgClassName
{
background-color: #D2C29E;
}
</style>
border-color css
<style>
span { border-color: #D2C29E; }
span { border-color: rgb(210,194,158); }
td.TdClassName
{
border-color: #D2C29E;
}
.TagClassName
{
border-color: #D2C29E;
}
</style>