Html Css Color HEX #D3C094 Double Spanish White
📋 copy color: '#D3C094'red 211 ◦ green 192 ◦ blue 148
Shades of Double Spanish White #D3C094
Tints of Double Spanish White #D3C094
RGB
CMYK
RGB Variations
Color information
#D3C094 (or 0xD3C094) is known color: Double Spanish White. HEX triplet: D3, C0 and 94. RGB value is (211,192,148). Sum of RGB (Red+Green+Blue) = 211+192+148=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C094 is #2C3F6B. Grayscale: #C0C0C0. Windows color (decimal): -2899820 or 9748691. OLE color: 9748691.
HSL color Cylindrical-coordinate representation of color #D3C094: hue angle of 41.9º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3C094 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 148 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.17 |
| HSL | 41.9º | 0.42% | 0.7% | - |
| HSV(B) | 41.9º | 0.3% | 0.83% | - |
| XYZ | 51.06 | 53.69 | 35.69 | - |
| YUV | 192.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 148 | 0 | 0.09 | 0.30 | 0.17 | 41.9 | 0.42 | 0.7 |
| Hex | D3 | C0 | 94 | 0 | 9 | 1E | 11 | 2A | 2A | 46 |
| Octal | 323 | 300 | 224 | 0 | 11 | 36 | 21 | 52 | 52 | 106 |
| Binary | 11010011 | 11000000 | 10010100 | 0 | 1001 | 11110 | 10001 | 101010 | 101010 | 1000110 |
Color Harmonies of #D3C094
Complementary color
Monochromatic Colors of #D3C094
Black with #D3C094
Text Example
Text Example
White with #D3C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C094; }
p { color: rgb(211,192,148); }
H1.HeaderClassName
{
color: #D3C094;
}
.AnyTagClassName
{
color: #D3C094;
}
</style>
background-color css
<style>
a { background-color: #D3C094; }
a { background-color: rgb(211,192,148); }
div.DivClassName
{
background-color: #D3C094;
}
.BgClassName
{
background-color: #D3C094;
}
</style>
border-color css
<style>
span { border-color: #D3C094; }
span { border-color: rgb(211,192,148); }
td.TdClassName
{
border-color: #D3C094;
}
.TagClassName
{
border-color: #D3C094;
}
</style>