Html Css Color HEX #D2C49D Double Spanish White
📋 copy color: '#D2C49D'red 210 ◦ green 196 ◦ blue 157
Shades of Double Spanish White #D2C49D
Tints of Double Spanish White #D2C49D
RGB
CMYK
RGB Variations
Color information
#D2C49D (or 0xD2C49D) is known color: Double Spanish White. HEX triplet: D2, C4 and 9D. RGB value is (210,196,157). Sum of RGB (Red+Green+Blue) = 210+196+157=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C49D is #2D3B62. Grayscale: #C3C3C3. Windows color (decimal): -2964323 or 10339538. OLE color: 10339538.
HSL color Cylindrical-coordinate representation of color #D2C49D: hue angle of 44.15º 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 #D2C49D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 157 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.18 |
| HSL | 44.15º | 0.37% | 0.72% | - |
| HSV(B) | 44.15º | 0.25% | 0.82% | - |
| XYZ | 52.4 | 55.62 | 39.87 | - |
| YUV | 195.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 157 | 0 | 0.07 | 0.25 | 0.18 | 44.15 | 0.37 | 0.72 |
| Hex | D2 | C4 | 9D | 0 | 7 | 19 | 12 | 2C | 25 | 48 |
| Octal | 322 | 304 | 235 | 0 | 7 | 31 | 22 | 54 | 45 | 110 |
| Binary | 11010010 | 11000100 | 10011101 | 0 | 111 | 11001 | 10010 | 101100 | 100101 | 1001000 |
Color Harmonies of #D2C49D
Complementary color
Monochromatic Colors of #D2C49D
Black with #D2C49D
Text Example
Text Example
White with #D2C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C49D; }
p { color: rgb(210,196,157); }
H1.HeaderClassName
{
color: #D2C49D;
}
.AnyTagClassName
{
color: #D2C49D;
}
</style>
background-color css
<style>
a { background-color: #D2C49D; }
a { background-color: rgb(210,196,157); }
div.DivClassName
{
background-color: #D2C49D;
}
.BgClassName
{
background-color: #D2C49D;
}
</style>
border-color css
<style>
span { border-color: #D2C49D; }
span { border-color: rgb(210,196,157); }
td.TdClassName
{
border-color: #D2C49D;
}
.TagClassName
{
border-color: #D2C49D;
}
</style>