Html Css Color HEX #D8C9A8 Double Spanish White
📋 copy color: '#D8C9A8'red 216 ◦ green 201 ◦ blue 168
Shades of Double Spanish White #D8C9A8
Tints of Double Spanish White #D8C9A8
RGB
CMYK
RGB Variations
Color information
#D8C9A8 (or 0xD8C9A8) is known color: Double Spanish White. HEX triplet: D8, C9 and A8. RGB value is (216,201,168). Sum of RGB (Red+Green+Blue) = 216+201+168=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C9A8 is #273657. Grayscale: #C9C9C9. Windows color (decimal): -2569816 or 11061720. OLE color: 11061720.
HSL color Cylindrical-coordinate representation of color #D8C9A8: hue angle of 41.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C9A8 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 168 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.15 |
| HSL | 41.25º | 0.38% | 0.75% | - |
| HSV(B) | 41.25º | 0.22% | 0.85% | - |
| XYZ | 56.27 | 59.2 | 45.51 | - |
| YUV | 201.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 168 | 0 | 0.07 | 0.22 | 0.15 | 41.25 | 0.38 | 0.75 |
| Hex | D8 | C9 | A8 | 0 | 7 | 16 | F | 29 | 26 | 4B |
| Octal | 330 | 311 | 250 | 0 | 7 | 26 | 17 | 51 | 46 | 113 |
| Binary | 11011000 | 11001001 | 10101000 | 0 | 111 | 10110 | 1111 | 101001 | 100110 | 1001011 |
Color Harmonies of #D8C9A8
Complementary color
Monochromatic Colors of #D8C9A8
Black with #D8C9A8
Text Example
Text Example
White with #D8C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9A8; }
p { color: rgb(216,201,168); }
H1.HeaderClassName
{
color: #D8C9A8;
}
.AnyTagClassName
{
color: #D8C9A8;
}
</style>
background-color css
<style>
a { background-color: #D8C9A8; }
a { background-color: rgb(216,201,168); }
div.DivClassName
{
background-color: #D8C9A8;
}
.BgClassName
{
background-color: #D8C9A8;
}
</style>
border-color css
<style>
span { border-color: #D8C9A8; }
span { border-color: rgb(216,201,168); }
td.TdClassName
{
border-color: #D8C9A8;
}
.TagClassName
{
border-color: #D8C9A8;
}
</style>