Html Css Color HEX #D4C7AA Double Spanish White
📋 copy color: '#D4C7AA'red 212 ◦ green 199 ◦ blue 170
Shades of Double Spanish White #D4C7AA
Tints of Double Spanish White #D4C7AA
RGB
CMYK
RGB Variations
Color information
#D4C7AA (or 0xD4C7AA) is known color: Double Spanish White. HEX triplet: D4, C7 and AA. RGB value is (212,199,170). Sum of RGB (Red+Green+Blue) = 212+199+170=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C7AA is #2B3855. Grayscale: #C7C7C7. Windows color (decimal): -2832470 or 11192276. OLE color: 11192276.
HSL color Cylindrical-coordinate representation of color #D4C7AA: hue angle of 41.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4C7AA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 170 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.17 |
| HSL | 41.43º | 0.33% | 0.75% | - |
| HSV(B) | 41.43º | 0.2% | 0.83% | - |
| XYZ | 54.83 | 57.75 | 46.29 | - |
| YUV | 199.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 170 | 0 | 0.06 | 0.20 | 0.17 | 41.43 | 0.33 | 0.75 |
| Hex | D4 | C7 | AA | 0 | 6 | 14 | 11 | 29 | 21 | 4B |
| Octal | 324 | 307 | 252 | 0 | 6 | 24 | 21 | 51 | 41 | 113 |
| Binary | 11010100 | 11000111 | 10101010 | 0 | 110 | 10100 | 10001 | 101001 | 100001 | 1001011 |
Color Harmonies of #D4C7AA
Complementary color
Monochromatic Colors of #D4C7AA
Black with #D4C7AA
Text Example
Text Example
White with #D4C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7AA; }
p { color: rgb(212,199,170); }
H1.HeaderClassName
{
color: #D4C7AA;
}
.AnyTagClassName
{
color: #D4C7AA;
}
</style>
background-color css
<style>
a { background-color: #D4C7AA; }
a { background-color: rgb(212,199,170); }
div.DivClassName
{
background-color: #D4C7AA;
}
.BgClassName
{
background-color: #D4C7AA;
}
</style>
border-color css
<style>
span { border-color: #D4C7AA; }
span { border-color: rgb(212,199,170); }
td.TdClassName
{
border-color: #D4C7AA;
}
.TagClassName
{
border-color: #D4C7AA;
}
</style>