Html Css Color HEX #D2C59C Double Spanish White
📋 copy color: '#D2C59C'red 210 ◦ green 197 ◦ blue 156
Shades of Double Spanish White #D2C59C
Tints of Double Spanish White #D2C59C
RGB
CMYK
RGB Variations
Color information
#D2C59C (or 0xD2C59C) is known color: Double Spanish White. HEX triplet: D2, C5 and 9C. RGB value is (210,197,156). Sum of RGB (Red+Green+Blue) = 210+197+156=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C59C is #2D3A63. Grayscale: #C4C4C4. Windows color (decimal): -2964068 or 10274258. OLE color: 10274258.
HSL color Cylindrical-coordinate representation of color #D2C59C: hue angle of 45.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2C59C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 156 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.18 |
| HSL | 45.56º | 0.38% | 0.72% | - |
| HSV(B) | 45.56º | 0.26% | 0.82% | - |
| XYZ | 52.55 | 56.03 | 39.5 | - |
| YUV | 196.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 156 | 0 | 0.06 | 0.26 | 0.18 | 45.56 | 0.38 | 0.72 |
| Hex | D2 | C5 | 9C | 0 | 6 | 1A | 12 | 2E | 26 | 48 |
| Octal | 322 | 305 | 234 | 0 | 6 | 32 | 22 | 56 | 46 | 110 |
| Binary | 11010010 | 11000101 | 10011100 | 0 | 110 | 11010 | 10010 | 101110 | 100110 | 1001000 |
Color Harmonies of #D2C59C
Complementary color
Monochromatic Colors of #D2C59C
Black with #D2C59C
Text Example
Text Example
White with #D2C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C59C; }
p { color: rgb(210,197,156); }
H1.HeaderClassName
{
color: #D2C59C;
}
.AnyTagClassName
{
color: #D2C59C;
}
</style>
background-color css
<style>
a { background-color: #D2C59C; }
a { background-color: rgb(210,197,156); }
div.DivClassName
{
background-color: #D2C59C;
}
.BgClassName
{
background-color: #D2C59C;
}
</style>
border-color css
<style>
span { border-color: #D2C59C; }
span { border-color: rgb(210,197,156); }
td.TdClassName
{
border-color: #D2C59C;
}
.TagClassName
{
border-color: #D2C59C;
}
</style>