Html Css Color HEX #D5C7AA Double Spanish White
📋 copy color: '#D5C7AA'red 213 ◦ green 199 ◦ blue 170
Shades of Double Spanish White #D5C7AA
Tints of Double Spanish White #D5C7AA
RGB
CMYK
RGB Variations
Color information
#D5C7AA (or 0xD5C7AA) is known color: Double Spanish White. HEX triplet: D5, C7 and AA. RGB value is (213,199,170). Sum of RGB (Red+Green+Blue) = 213+199+170=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C7AA is #2A3855. Grayscale: #C8C8C8. Windows color (decimal): -2766934 or 11192277. OLE color: 11192277.
HSL color Cylindrical-coordinate representation of color #D5C7AA: hue angle of 40.47º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C7AA is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 170 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.16 |
| HSL | 40.47º | 0.34% | 0.75% | - |
| HSV(B) | 40.47º | 0.2% | 0.84% | - |
| XYZ | 55.12 | 57.9 | 46.3 | - |
| YUV | 199.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 170 | 0 | 0.07 | 0.20 | 0.16 | 40.47 | 0.34 | 0.75 |
| Hex | D5 | C7 | AA | 0 | 7 | 14 | 10 | 28 | 22 | 4B |
| Octal | 325 | 307 | 252 | 0 | 7 | 24 | 20 | 50 | 42 | 113 |
| Binary | 11010101 | 11000111 | 10101010 | 0 | 111 | 10100 | 10000 | 101000 | 100010 | 1001011 |
Color Harmonies of #D5C7AA
Complementary color
Monochromatic Colors of #D5C7AA
Black with #D5C7AA
Text Example
Text Example
White with #D5C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C7AA; }
p { color: rgb(213,199,170); }
H1.HeaderClassName
{
color: #D5C7AA;
}
.AnyTagClassName
{
color: #D5C7AA;
}
</style>
background-color css
<style>
a { background-color: #D5C7AA; }
a { background-color: rgb(213,199,170); }
div.DivClassName
{
background-color: #D5C7AA;
}
.BgClassName
{
background-color: #D5C7AA;
}
</style>
border-color css
<style>
span { border-color: #D5C7AA; }
span { border-color: rgb(213,199,170); }
td.TdClassName
{
border-color: #D5C7AA;
}
.TagClassName
{
border-color: #D5C7AA;
}
</style>