Html Css Color HEX #D2C5A0 Double Spanish White
📋 copy color: '#D2C5A0'red 210 ◦ green 197 ◦ blue 160
Shades of Double Spanish White #D2C5A0
Tints of Double Spanish White #D2C5A0
RGB
CMYK
RGB Variations
Color information
#D2C5A0 (or 0xD2C5A0) is known color: Double Spanish White. HEX triplet: D2, C5 and A0. RGB value is (210,197,160). Sum of RGB (Red+Green+Blue) = 210+197+160=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C5A0 is #2D3A5F. Grayscale: #C4C4C4. Windows color (decimal): -2964064 or 10536402. OLE color: 10536402.
HSL color Cylindrical-coordinate representation of color #D2C5A0: hue angle of 44.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2C5A0 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 160 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.18 |
| HSL | 44.4º | 0.36% | 0.73% | - |
| HSV(B) | 44.4º | 0.24% | 0.82% | - |
| XYZ | 52.89 | 56.17 | 41.31 | - |
| YUV | 196.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 160 | 0 | 0.06 | 0.24 | 0.18 | 44.4 | 0.36 | 0.73 |
| Hex | D2 | C5 | A0 | 0 | 6 | 18 | 12 | 2C | 24 | 49 |
| Octal | 322 | 305 | 240 | 0 | 6 | 30 | 22 | 54 | 44 | 111 |
| Binary | 11010010 | 11000101 | 10100000 | 0 | 110 | 11000 | 10010 | 101100 | 100100 | 1001001 |
Color Harmonies of #D2C5A0
Complementary color
Monochromatic Colors of #D2C5A0
Black with #D2C5A0
Text Example
Text Example
White with #D2C5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5A0; }
p { color: rgb(210,197,160); }
H1.HeaderClassName
{
color: #D2C5A0;
}
.AnyTagClassName
{
color: #D2C5A0;
}
</style>
background-color css
<style>
a { background-color: #D2C5A0; }
a { background-color: rgb(210,197,160); }
div.DivClassName
{
background-color: #D2C5A0;
}
.BgClassName
{
background-color: #D2C5A0;
}
</style>
border-color css
<style>
span { border-color: #D2C5A0; }
span { border-color: rgb(210,197,160); }
td.TdClassName
{
border-color: #D2C5A0;
}
.TagClassName
{
border-color: #D2C5A0;
}
</style>