Html Css Color HEX #D5C5A2 Double Spanish White
📋 copy color: '#D5C5A2'red 213 ◦ green 197 ◦ blue 162
Shades of Double Spanish White #D5C5A2
Tints of Double Spanish White #D5C5A2
RGB
CMYK
RGB Variations
Color information
#D5C5A2 (or 0xD5C5A2) is known color: Double Spanish White. HEX triplet: D5, C5 and A2. RGB value is (213,197,162). Sum of RGB (Red+Green+Blue) = 213+197+162=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C5A2 is #2A3A5D. Grayscale: #C5C5C5. Windows color (decimal): -2767454 or 10667477. OLE color: 10667477.
HSL color Cylindrical-coordinate representation of color #D5C5A2: hue angle of 41.18º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5C5A2 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 162 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.16 |
| HSL | 41.18º | 0.38% | 0.74% | - |
| HSV(B) | 41.18º | 0.24% | 0.84% | - |
| XYZ | 53.93 | 56.69 | 42.28 | - |
| YUV | 197.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 162 | 0 | 0.08 | 0.24 | 0.16 | 41.18 | 0.38 | 0.74 |
| Hex | D5 | C5 | A2 | 0 | 8 | 18 | 10 | 29 | 26 | 4A |
| Octal | 325 | 305 | 242 | 0 | 10 | 30 | 20 | 51 | 46 | 112 |
| Binary | 11010101 | 11000101 | 10100010 | 0 | 1000 | 11000 | 10000 | 101001 | 100110 | 1001010 |
Color Harmonies of #D5C5A2
Complementary color
Monochromatic Colors of #D5C5A2
Black with #D5C5A2
Text Example
Text Example
White with #D5C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5A2; }
p { color: rgb(213,197,162); }
H1.HeaderClassName
{
color: #D5C5A2;
}
.AnyTagClassName
{
color: #D5C5A2;
}
</style>
background-color css
<style>
a { background-color: #D5C5A2; }
a { background-color: rgb(213,197,162); }
div.DivClassName
{
background-color: #D5C5A2;
}
.BgClassName
{
background-color: #D5C5A2;
}
</style>
border-color css
<style>
span { border-color: #D5C5A2; }
span { border-color: rgb(213,197,162); }
td.TdClassName
{
border-color: #D5C5A2;
}
.TagClassName
{
border-color: #D5C5A2;
}
</style>