Html Css Color HEX #D6C39F Double Spanish White
📋 copy color: '#D6C39F'red 214 ◦ green 195 ◦ blue 159
Shades of Double Spanish White #D6C39F
Tints of Double Spanish White #D6C39F
RGB
CMYK
RGB Variations
Color information
#D6C39F (or 0xD6C39F) is known color: Double Spanish White. HEX triplet: D6, C3 and 9F. RGB value is (214,195,159). Sum of RGB (Red+Green+Blue) = 214+195+159=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C39F is #293C60. Grayscale: #C4C4C4. Windows color (decimal): -2702433 or 10470358. OLE color: 10470358.
HSL color Cylindrical-coordinate representation of color #D6C39F: hue angle of 39.27º 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 #D6C39F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 159 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.16 |
| HSL | 39.27º | 0.4% | 0.73% | - |
| HSV(B) | 39.27º | 0.26% | 0.84% | - |
| XYZ | 53.5 | 55.83 | 40.76 | - |
| YUV | 196.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 159 | 0 | 0.09 | 0.26 | 0.16 | 39.27 | 0.4 | 0.73 |
| Hex | D6 | C3 | 9F | 0 | 9 | 1A | 10 | 27 | 28 | 49 |
| Octal | 326 | 303 | 237 | 0 | 11 | 32 | 20 | 47 | 50 | 111 |
| Binary | 11010110 | 11000011 | 10011111 | 0 | 1001 | 11010 | 10000 | 100111 | 101000 | 1001001 |
Color Harmonies of #D6C39F
Complementary color
Monochromatic Colors of #D6C39F
Black with #D6C39F
Text Example
Text Example
White with #D6C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C39F; }
p { color: rgb(214,195,159); }
H1.HeaderClassName
{
color: #D6C39F;
}
.AnyTagClassName
{
color: #D6C39F;
}
</style>
background-color css
<style>
a { background-color: #D6C39F; }
a { background-color: rgb(214,195,159); }
div.DivClassName
{
background-color: #D6C39F;
}
.BgClassName
{
background-color: #D6C39F;
}
</style>
border-color css
<style>
span { border-color: #D6C39F; }
span { border-color: rgb(214,195,159); }
td.TdClassName
{
border-color: #D6C39F;
}
.TagClassName
{
border-color: #D6C39F;
}
</style>