Html Css Color HEX #D4C098 Double Spanish White
📋 copy color: '#D4C098'red 212 ◦ green 192 ◦ blue 152
Shades of Double Spanish White #D4C098
Tints of Double Spanish White #D4C098
RGB
CMYK
RGB Variations
Color information
#D4C098 (or 0xD4C098) is known color: Double Spanish White. HEX triplet: D4, C0 and 98. RGB value is (212,192,152). Sum of RGB (Red+Green+Blue) = 212+192+152=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C098 is #2B3F67. Grayscale: #C1C1C1. Windows color (decimal): -2834280 or 10010836. OLE color: 10010836.
HSL color Cylindrical-coordinate representation of color #D4C098: hue angle of 40º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4C098 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 152 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.17 |
| HSL | 40º | 0.41% | 0.71% | - |
| HSV(B) | 40º | 0.28% | 0.83% | - |
| XYZ | 51.67 | 53.96 | 37.4 | - |
| YUV | 193.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 152 | 0 | 0.09 | 0.28 | 0.17 | 40 | 0.41 | 0.71 |
| Hex | D4 | C0 | 98 | 0 | 9 | 1C | 11 | 28 | 29 | 47 |
| Octal | 324 | 300 | 230 | 0 | 11 | 34 | 21 | 50 | 51 | 107 |
| Binary | 11010100 | 11000000 | 10011000 | 0 | 1001 | 11100 | 10001 | 101000 | 101001 | 1000111 |
Color Harmonies of #D4C098
Complementary color
Monochromatic Colors of #D4C098
Black with #D4C098
Text Example
Text Example
White with #D4C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C098; }
p { color: rgb(212,192,152); }
H1.HeaderClassName
{
color: #D4C098;
}
.AnyTagClassName
{
color: #D4C098;
}
</style>
background-color css
<style>
a { background-color: #D4C098; }
a { background-color: rgb(212,192,152); }
div.DivClassName
{
background-color: #D4C098;
}
.BgClassName
{
background-color: #D4C098;
}
</style>
border-color css
<style>
span { border-color: #D4C098; }
span { border-color: rgb(212,192,152); }
td.TdClassName
{
border-color: #D4C098;
}
.TagClassName
{
border-color: #D4C098;
}
</style>