Html Css Color HEX #D6C69D Double Spanish White
📋 copy color: '#D6C69D'red 214 ◦ green 198 ◦ blue 157
Shades of Double Spanish White #D6C69D
Tints of Double Spanish White #D6C69D
RGB
CMYK
RGB Variations
Color information
#D6C69D (or 0xD6C69D) is known color: Double Spanish White. HEX triplet: D6, C6 and 9D. RGB value is (214,198,157). Sum of RGB (Red+Green+Blue) = 214+198+157=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C69D is #293962. Grayscale: #C6C6C6. Windows color (decimal): -2701667 or 10340054. OLE color: 10340054.
HSL color Cylindrical-coordinate representation of color #D6C69D: hue angle of 43.16º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6C69D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 157 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.16 |
| HSL | 43.16º | 0.41% | 0.73% | - |
| HSV(B) | 43.16º | 0.27% | 0.84% | - |
| XYZ | 54.01 | 57.12 | 40.08 | - |
| YUV | 198.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 157 | 0 | 0.07 | 0.27 | 0.16 | 43.16 | 0.41 | 0.73 |
| Hex | D6 | C6 | 9D | 0 | 7 | 1B | 10 | 2B | 29 | 49 |
| Octal | 326 | 306 | 235 | 0 | 7 | 33 | 20 | 53 | 51 | 111 |
| Binary | 11010110 | 11000110 | 10011101 | 0 | 111 | 11011 | 10000 | 101011 | 101001 | 1001001 |
Color Harmonies of #D6C69D
Complementary color
Monochromatic Colors of #D6C69D
Black with #D6C69D
Text Example
Text Example
White with #D6C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C69D; }
p { color: rgb(214,198,157); }
H1.HeaderClassName
{
color: #D6C69D;
}
.AnyTagClassName
{
color: #D6C69D;
}
</style>
background-color css
<style>
a { background-color: #D6C69D; }
a { background-color: rgb(214,198,157); }
div.DivClassName
{
background-color: #D6C69D;
}
.BgClassName
{
background-color: #D6C69D;
}
</style>
border-color css
<style>
span { border-color: #D6C69D; }
span { border-color: rgb(214,198,157); }
td.TdClassName
{
border-color: #D6C69D;
}
.TagClassName
{
border-color: #D6C69D;
}
</style>