Html Css Color HEX #D6C8A6 Double Spanish White
📋 copy color: '#D6C8A6'red 214 ◦ green 200 ◦ blue 166
Shades of Double Spanish White #D6C8A6
Tints of Double Spanish White #D6C8A6
RGB
CMYK
RGB Variations
Color information
#D6C8A6 (or 0xD6C8A6) is known color: Double Spanish White. HEX triplet: D6, C8 and A6. RGB value is (214,200,166). Sum of RGB (Red+Green+Blue) = 214+200+166=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C8A6 is #293759. Grayscale: #C8C8C8. Windows color (decimal): -2701146 or 10930390. OLE color: 10930390.
HSL color Cylindrical-coordinate representation of color #D6C8A6: hue angle of 42.5º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6C8A6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 166 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.16 |
| HSL | 42.5º | 0.37% | 0.75% | - |
| HSV(B) | 42.5º | 0.22% | 0.84% | - |
| XYZ | 55.27 | 58.36 | 44.43 | - |
| YUV | 200.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 166 | 0 | 0.07 | 0.22 | 0.16 | 42.5 | 0.37 | 0.75 |
| Hex | D6 | C8 | A6 | 0 | 7 | 16 | 10 | 2A | 25 | 4B |
| Octal | 326 | 310 | 246 | 0 | 7 | 26 | 20 | 52 | 45 | 113 |
| Binary | 11010110 | 11001000 | 10100110 | 0 | 111 | 10110 | 10000 | 101010 | 100101 | 1001011 |
Color Harmonies of #D6C8A6
Complementary color
Monochromatic Colors of #D6C8A6
Black with #D6C8A6
Text Example
Text Example
White with #D6C8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8A6; }
p { color: rgb(214,200,166); }
H1.HeaderClassName
{
color: #D6C8A6;
}
.AnyTagClassName
{
color: #D6C8A6;
}
</style>
background-color css
<style>
a { background-color: #D6C8A6; }
a { background-color: rgb(214,200,166); }
div.DivClassName
{
background-color: #D6C8A6;
}
.BgClassName
{
background-color: #D6C8A6;
}
</style>
border-color css
<style>
span { border-color: #D6C8A6; }
span { border-color: rgb(214,200,166); }
td.TdClassName
{
border-color: #D6C8A6;
}
.TagClassName
{
border-color: #D6C8A6;
}
</style>