Html Css Color HEX #D7C5AA Double Spanish White
📋 copy color: '#D7C5AA'red 215 ◦ green 197 ◦ blue 170
Shades of Double Spanish White #D7C5AA
Tints of Double Spanish White #D7C5AA
RGB
CMYK
RGB Variations
Color information
#D7C5AA (or 0xD7C5AA) is known color: Double Spanish White. HEX triplet: D7, C5 and AA. RGB value is (215,197,170). Sum of RGB (Red+Green+Blue) = 215+197+170=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C5AA is #283A55. Grayscale: #C7C7C7. Windows color (decimal): -2636374 or 11191767. OLE color: 11191767.
HSL color Cylindrical-coordinate representation of color #D7C5AA: hue angle of 36º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7C5AA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 170 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.16 |
| HSL | 36º | 0.36% | 0.75% | - |
| HSV(B) | 36º | 0.21% | 0.84% | - |
| XYZ | 55.25 | 57.28 | 46.17 | - |
| YUV | 199.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 170 | 0 | 0.08 | 0.21 | 0.16 | 36 | 0.36 | 0.75 |
| Hex | D7 | C5 | AA | 0 | 8 | 15 | 10 | 24 | 24 | 4B |
| Octal | 327 | 305 | 252 | 0 | 10 | 25 | 20 | 44 | 44 | 113 |
| Binary | 11010111 | 11000101 | 10101010 | 0 | 1000 | 10101 | 10000 | 100100 | 100100 | 1001011 |
Color Harmonies of #D7C5AA
Complementary color
Monochromatic Colors of #D7C5AA
Black with #D7C5AA
Text Example
Text Example
White with #D7C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5AA; }
p { color: rgb(215,197,170); }
H1.HeaderClassName
{
color: #D7C5AA;
}
.AnyTagClassName
{
color: #D7C5AA;
}
</style>
background-color css
<style>
a { background-color: #D7C5AA; }
a { background-color: rgb(215,197,170); }
div.DivClassName
{
background-color: #D7C5AA;
}
.BgClassName
{
background-color: #D7C5AA;
}
</style>
border-color css
<style>
span { border-color: #D7C5AA; }
span { border-color: rgb(215,197,170); }
td.TdClassName
{
border-color: #D7C5AA;
}
.TagClassName
{
border-color: #D7C5AA;
}
</style>