Html Css Color HEX #D5C5A6 Double Spanish White
📋 copy color: '#D5C5A6'red 213 ◦ green 197 ◦ blue 166
Shades of Double Spanish White #D5C5A6
Tints of Double Spanish White #D5C5A6
RGB
CMYK
RGB Variations
Color information
#D5C5A6 (or 0xD5C5A6) is known color: Double Spanish White. HEX triplet: D5, C5 and A6. RGB value is (213,197,166). Sum of RGB (Red+Green+Blue) = 213+197+166=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C5A6 is #2A3A59. Grayscale: #C6C6C6. Windows color (decimal): -2767450 or 10929621. OLE color: 10929621.
HSL color Cylindrical-coordinate representation of color #D5C5A6: hue angle of 39.57º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5C5A6 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 166 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.16 |
| HSL | 39.57º | 0.36% | 0.74% | - |
| HSV(B) | 39.57º | 0.22% | 0.84% | - |
| XYZ | 54.29 | 56.83 | 44.18 | - |
| YUV | 198.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 166 | 0 | 0.08 | 0.22 | 0.16 | 39.57 | 0.36 | 0.74 |
| Hex | D5 | C5 | A6 | 0 | 8 | 16 | 10 | 28 | 24 | 4A |
| Octal | 325 | 305 | 246 | 0 | 10 | 26 | 20 | 50 | 44 | 112 |
| Binary | 11010101 | 11000101 | 10100110 | 0 | 1000 | 10110 | 10000 | 101000 | 100100 | 1001010 |
Color Harmonies of #D5C5A6
Complementary color
Monochromatic Colors of #D5C5A6
Black with #D5C5A6
Text Example
Text Example
White with #D5C5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5A6; }
p { color: rgb(213,197,166); }
H1.HeaderClassName
{
color: #D5C5A6;
}
.AnyTagClassName
{
color: #D5C5A6;
}
</style>
background-color css
<style>
a { background-color: #D5C5A6; }
a { background-color: rgb(213,197,166); }
div.DivClassName
{
background-color: #D5C5A6;
}
.BgClassName
{
background-color: #D5C5A6;
}
</style>
border-color css
<style>
span { border-color: #D5C5A6; }
span { border-color: rgb(213,197,166); }
td.TdClassName
{
border-color: #D5C5A6;
}
.TagClassName
{
border-color: #D5C5A6;
}
</style>