Html Css Color HEX #D5C7A6 Double Spanish White
📋 copy color: '#D5C7A6'red 213 ◦ green 199 ◦ blue 166
Shades of Double Spanish White #D5C7A6
Tints of Double Spanish White #D5C7A6
RGB
CMYK
RGB Variations
Color information
#D5C7A6 (or 0xD5C7A6) is known color: Double Spanish White. HEX triplet: D5, C7 and A6. RGB value is (213,199,166). Sum of RGB (Red+Green+Blue) = 213+199+166=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C7A6 is #2A3859. Grayscale: #C7C7C7. Windows color (decimal): -2766938 or 10930133. OLE color: 10930133.
HSL color Cylindrical-coordinate representation of color #D5C7A6: hue angle of 42.13º 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 #D5C7A6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 166 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.16 |
| HSL | 42.13º | 0.36% | 0.74% | - |
| HSV(B) | 42.13º | 0.22% | 0.84% | - |
| XYZ | 54.75 | 57.75 | 44.34 | - |
| YUV | 199.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 166 | 0 | 0.07 | 0.22 | 0.16 | 42.13 | 0.36 | 0.74 |
| Hex | D5 | C7 | A6 | 0 | 7 | 16 | 10 | 2A | 24 | 4A |
| Octal | 325 | 307 | 246 | 0 | 7 | 26 | 20 | 52 | 44 | 112 |
| Binary | 11010101 | 11000111 | 10100110 | 0 | 111 | 10110 | 10000 | 101010 | 100100 | 1001010 |
Color Harmonies of #D5C7A6
Complementary color
Monochromatic Colors of #D5C7A6
Black with #D5C7A6
Text Example
Text Example
White with #D5C7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C7A6; }
p { color: rgb(213,199,166); }
H1.HeaderClassName
{
color: #D5C7A6;
}
.AnyTagClassName
{
color: #D5C7A6;
}
</style>
background-color css
<style>
a { background-color: #D5C7A6; }
a { background-color: rgb(213,199,166); }
div.DivClassName
{
background-color: #D5C7A6;
}
.BgClassName
{
background-color: #D5C7A6;
}
</style>
border-color css
<style>
span { border-color: #D5C7A6; }
span { border-color: rgb(213,199,166); }
td.TdClassName
{
border-color: #D5C7A6;
}
.TagClassName
{
border-color: #D5C7A6;
}
</style>