Html Css Color HEX #D2C69F Double Spanish White
📋 copy color: '#D2C69F'red 210 ◦ green 198 ◦ blue 159
Shades of Double Spanish White #D2C69F
Tints of Double Spanish White #D2C69F
RGB
CMYK
RGB Variations
Color information
#D2C69F (or 0xD2C69F) is known color: Double Spanish White. HEX triplet: D2, C6 and 9F. RGB value is (210,198,159). Sum of RGB (Red+Green+Blue) = 210+198+159=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C69F is #2D3960. Grayscale: #C5C5C5. Windows color (decimal): -2963809 or 10471122. OLE color: 10471122.
HSL color Cylindrical-coordinate representation of color #D2C69F: hue angle of 45.88º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2C69F is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 159 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.18 |
| HSL | 45.88º | 0.36% | 0.72% | - |
| HSV(B) | 45.88º | 0.24% | 0.82% | - |
| XYZ | 53.03 | 56.59 | 40.93 | - |
| YUV | 197.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 159 | 0 | 0.06 | 0.24 | 0.18 | 45.88 | 0.36 | 0.72 |
| Hex | D2 | C6 | 9F | 0 | 6 | 18 | 12 | 2E | 24 | 48 |
| Octal | 322 | 306 | 237 | 0 | 6 | 30 | 22 | 56 | 44 | 110 |
| Binary | 11010010 | 11000110 | 10011111 | 0 | 110 | 11000 | 10010 | 101110 | 100100 | 1001000 |
Color Harmonies of #D2C69F
Complementary color
Monochromatic Colors of #D2C69F
Black with #D2C69F
Text Example
Text Example
White with #D2C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C69F; }
p { color: rgb(210,198,159); }
H1.HeaderClassName
{
color: #D2C69F;
}
.AnyTagClassName
{
color: #D2C69F;
}
</style>
background-color css
<style>
a { background-color: #D2C69F; }
a { background-color: rgb(210,198,159); }
div.DivClassName
{
background-color: #D2C69F;
}
.BgClassName
{
background-color: #D2C69F;
}
</style>
border-color css
<style>
span { border-color: #D2C69F; }
span { border-color: rgb(210,198,159); }
td.TdClassName
{
border-color: #D2C69F;
}
.TagClassName
{
border-color: #D2C69F;
}
</style>