Html Css Color HEX #D7C7AA Double Spanish White
📋 copy color: '#D7C7AA'red 215 ◦ green 199 ◦ blue 170
Shades of Double Spanish White #D7C7AA
Tints of Double Spanish White #D7C7AA
RGB
CMYK
RGB Variations
Color information
#D7C7AA (or 0xD7C7AA) is known color: Double Spanish White. HEX triplet: D7, C7 and AA. RGB value is (215,199,170). Sum of RGB (Red+Green+Blue) = 215+199+170=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C7AA is #283855. Grayscale: #C8C8C8. Windows color (decimal): -2635862 or 11192279. OLE color: 11192279.
HSL color Cylindrical-coordinate representation of color #D7C7AA: hue angle of 38.67º 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 #D7C7AA is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 170 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.16 |
| HSL | 38.67º | 0.36% | 0.75% | - |
| HSV(B) | 38.67º | 0.21% | 0.84% | - |
| XYZ | 55.7 | 58.2 | 46.33 | - |
| YUV | 200.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 170 | 0 | 0.07 | 0.21 | 0.16 | 38.67 | 0.36 | 0.75 |
| Hex | D7 | C7 | AA | 0 | 7 | 15 | 10 | 27 | 24 | 4B |
| Octal | 327 | 307 | 252 | 0 | 7 | 25 | 20 | 47 | 44 | 113 |
| Binary | 11010111 | 11000111 | 10101010 | 0 | 111 | 10101 | 10000 | 100111 | 100100 | 1001011 |
Color Harmonies of #D7C7AA
Complementary color
Monochromatic Colors of #D7C7AA
Black with #D7C7AA
Text Example
Text Example
White with #D7C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C7AA; }
p { color: rgb(215,199,170); }
H1.HeaderClassName
{
color: #D7C7AA;
}
.AnyTagClassName
{
color: #D7C7AA;
}
</style>
background-color css
<style>
a { background-color: #D7C7AA; }
a { background-color: rgb(215,199,170); }
div.DivClassName
{
background-color: #D7C7AA;
}
.BgClassName
{
background-color: #D7C7AA;
}
</style>
border-color css
<style>
span { border-color: #D7C7AA; }
span { border-color: rgb(215,199,170); }
td.TdClassName
{
border-color: #D7C7AA;
}
.TagClassName
{
border-color: #D7C7AA;
}
</style>