Html Css Color HEX #D3C098 Double Spanish White
📋 copy color: '#D3C098'red 211 ◦ green 192 ◦ blue 152
Shades of Double Spanish White #D3C098
Tints of Double Spanish White #D3C098
RGB
CMYK
RGB Variations
Color information
#D3C098 (or 0xD3C098) is known color: Double Spanish White. HEX triplet: D3, C0 and 98. RGB value is (211,192,152). Sum of RGB (Red+Green+Blue) = 211+192+152=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C098 is #2C3F67. Grayscale: #C1C1C1. Windows color (decimal): -2899816 or 10010835. OLE color: 10010835.
HSL color Cylindrical-coordinate representation of color #D3C098: hue angle of 40.68º degrees, saturation: 0.4, 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 #D3C098 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 152 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.17 |
| HSL | 40.68º | 0.4% | 0.71% | - |
| HSV(B) | 40.68º | 0.28% | 0.83% | - |
| XYZ | 51.38 | 53.82 | 37.39 | - |
| YUV | 193.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 152 | 0 | 0.09 | 0.28 | 0.17 | 40.68 | 0.4 | 0.71 |
| Hex | D3 | C0 | 98 | 0 | 9 | 1C | 11 | 29 | 28 | 47 |
| Octal | 323 | 300 | 230 | 0 | 11 | 34 | 21 | 51 | 50 | 107 |
| Binary | 11010011 | 11000000 | 10011000 | 0 | 1001 | 11100 | 10001 | 101001 | 101000 | 1000111 |
Color Harmonies of #D3C098
Complementary color
Monochromatic Colors of #D3C098
Black with #D3C098
Text Example
Text Example
White with #D3C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C098; }
p { color: rgb(211,192,152); }
H1.HeaderClassName
{
color: #D3C098;
}
.AnyTagClassName
{
color: #D3C098;
}
</style>
background-color css
<style>
a { background-color: #D3C098; }
a { background-color: rgb(211,192,152); }
div.DivClassName
{
background-color: #D3C098;
}
.BgClassName
{
background-color: #D3C098;
}
</style>
border-color css
<style>
span { border-color: #D3C098; }
span { border-color: rgb(211,192,152); }
td.TdClassName
{
border-color: #D3C098;
}
.TagClassName
{
border-color: #D3C098;
}
</style>