Html Css Color HEX #D6C2A1 Double Spanish White
📋 copy color: '#D6C2A1'red 214 ◦ green 194 ◦ blue 161
Shades of Double Spanish White #D6C2A1
Tints of Double Spanish White #D6C2A1
RGB
CMYK
RGB Variations
Color information
#D6C2A1 (or 0xD6C2A1) is known color: Double Spanish White. HEX triplet: D6, C2 and A1. RGB value is (214,194,161). Sum of RGB (Red+Green+Blue) = 214+194+161=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C2A1 is #293D5E. Grayscale: #C4C4C4. Windows color (decimal): -2702687 or 10601174. OLE color: 10601174.
HSL color Cylindrical-coordinate representation of color #D6C2A1: hue angle of 37.36º 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 #D6C2A1 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 161 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.16 |
| HSL | 37.36º | 0.39% | 0.74% | - |
| HSV(B) | 37.36º | 0.25% | 0.84% | - |
| XYZ | 53.46 | 55.45 | 41.6 | - |
| YUV | 196.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 161 | 0 | 0.09 | 0.25 | 0.16 | 37.36 | 0.39 | 0.74 |
| Hex | D6 | C2 | A1 | 0 | 9 | 19 | 10 | 25 | 27 | 4A |
| Octal | 326 | 302 | 241 | 0 | 11 | 31 | 20 | 45 | 47 | 112 |
| Binary | 11010110 | 11000010 | 10100001 | 0 | 1001 | 11001 | 10000 | 100101 | 100111 | 1001010 |
Color Harmonies of #D6C2A1
Complementary color
Monochromatic Colors of #D6C2A1
Black with #D6C2A1
Text Example
Text Example
White with #D6C2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C2A1; }
p { color: rgb(214,194,161); }
H1.HeaderClassName
{
color: #D6C2A1;
}
.AnyTagClassName
{
color: #D6C2A1;
}
</style>
background-color css
<style>
a { background-color: #D6C2A1; }
a { background-color: rgb(214,194,161); }
div.DivClassName
{
background-color: #D6C2A1;
}
.BgClassName
{
background-color: #D6C2A1;
}
</style>
border-color css
<style>
span { border-color: #D6C2A1; }
span { border-color: rgb(214,194,161); }
td.TdClassName
{
border-color: #D6C2A1;
}
.TagClassName
{
border-color: #D6C2A1;
}
</style>