Html Css Color HEX #D6C49F Double Spanish White
📋 copy color: '#D6C49F'red 214 ◦ green 196 ◦ blue 159
Shades of Double Spanish White #D6C49F
Tints of Double Spanish White #D6C49F
RGB
CMYK
RGB Variations
Color information
#D6C49F (or 0xD6C49F) is known color: Double Spanish White. HEX triplet: D6, C4 and 9F. RGB value is (214,196,159). Sum of RGB (Red+Green+Blue) = 214+196+159=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C49F is #293B60. Grayscale: #C5C5C5. Windows color (decimal): -2702177 or 10470614. OLE color: 10470614.
HSL color Cylindrical-coordinate representation of color #D6C49F: hue angle of 40.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6C49F is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 159 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.16 |
| HSL | 40.36º | 0.4% | 0.73% | - |
| HSV(B) | 40.36º | 0.26% | 0.84% | - |
| XYZ | 53.73 | 56.28 | 40.83 | - |
| YUV | 197.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 159 | 0 | 0.08 | 0.26 | 0.16 | 40.36 | 0.4 | 0.73 |
| Hex | D6 | C4 | 9F | 0 | 8 | 1A | 10 | 28 | 28 | 49 |
| Octal | 326 | 304 | 237 | 0 | 10 | 32 | 20 | 50 | 50 | 111 |
| Binary | 11010110 | 11000100 | 10011111 | 0 | 1000 | 11010 | 10000 | 101000 | 101000 | 1001001 |
Color Harmonies of #D6C49F
Complementary color
Monochromatic Colors of #D6C49F
Black with #D6C49F
Text Example
Text Example
White with #D6C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C49F; }
p { color: rgb(214,196,159); }
H1.HeaderClassName
{
color: #D6C49F;
}
.AnyTagClassName
{
color: #D6C49F;
}
</style>
background-color css
<style>
a { background-color: #D6C49F; }
a { background-color: rgb(214,196,159); }
div.DivClassName
{
background-color: #D6C49F;
}
.BgClassName
{
background-color: #D6C49F;
}
</style>
border-color css
<style>
span { border-color: #D6C49F; }
span { border-color: rgb(214,196,159); }
td.TdClassName
{
border-color: #D6C49F;
}
.TagClassName
{
border-color: #D6C49F;
}
</style>