Html Css Color HEX #D6C7A1 Double Spanish White
📋 copy color: '#D6C7A1'red 214 ◦ green 199 ◦ blue 161
Shades of Double Spanish White #D6C7A1
Tints of Double Spanish White #D6C7A1
RGB
CMYK
RGB Variations
Color information
#D6C7A1 (or 0xD6C7A1) is known color: Double Spanish White. HEX triplet: D6, C7 and A1. RGB value is (214,199,161). Sum of RGB (Red+Green+Blue) = 214+199+161=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C7A1 is #29385E. Grayscale: #C7C7C7. Windows color (decimal): -2701407 or 10602454. OLE color: 10602454.
HSL color Cylindrical-coordinate representation of color #D6C7A1: hue angle of 43.02º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6C7A1 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 161 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.16 |
| HSL | 43.02º | 0.39% | 0.74% | - |
| HSV(B) | 43.02º | 0.25% | 0.84% | - |
| XYZ | 54.59 | 57.72 | 41.98 | - |
| YUV | 199.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 161 | 0 | 0.07 | 0.25 | 0.16 | 43.02 | 0.39 | 0.74 |
| Hex | D6 | C7 | A1 | 0 | 7 | 19 | 10 | 2B | 27 | 4A |
| Octal | 326 | 307 | 241 | 0 | 7 | 31 | 20 | 53 | 47 | 112 |
| Binary | 11010110 | 11000111 | 10100001 | 0 | 111 | 11001 | 10000 | 101011 | 100111 | 1001010 |
Color Harmonies of #D6C7A1
Complementary color
Monochromatic Colors of #D6C7A1
Black with #D6C7A1
Text Example
Text Example
White with #D6C7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7A1; }
p { color: rgb(214,199,161); }
H1.HeaderClassName
{
color: #D6C7A1;
}
.AnyTagClassName
{
color: #D6C7A1;
}
</style>
background-color css
<style>
a { background-color: #D6C7A1; }
a { background-color: rgb(214,199,161); }
div.DivClassName
{
background-color: #D6C7A1;
}
.BgClassName
{
background-color: #D6C7A1;
}
</style>
border-color css
<style>
span { border-color: #D6C7A1; }
span { border-color: rgb(214,199,161); }
td.TdClassName
{
border-color: #D6C7A1;
}
.TagClassName
{
border-color: #D6C7A1;
}
</style>