Html Css Color HEX #D3C092 Double Spanish White
📋 copy color: '#D3C092'red 211 ◦ green 192 ◦ blue 146
Shades of Double Spanish White #D3C092
Tints of Double Spanish White #D3C092
RGB
CMYK
RGB Variations
Color information
#D3C092 (or 0xD3C092) is known color: Double Spanish White. HEX triplet: D3, C0 and 92. RGB value is (211,192,146). Sum of RGB (Red+Green+Blue) = 211+192+146=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C092 is #2C3F6D. Grayscale: #C0C0C0. Windows color (decimal): -2899822 or 9617619. OLE color: 9617619.
HSL color Cylindrical-coordinate representation of color #D3C092: hue angle of 42.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3C092 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 146 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.17 |
| HSL | 42.46º | 0.42% | 0.7% | - |
| HSV(B) | 42.46º | 0.31% | 0.83% | - |
| XYZ | 50.9 | 53.62 | 34.86 | - |
| YUV | 192.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 146 | 0 | 0.09 | 0.31 | 0.17 | 42.46 | 0.42 | 0.7 |
| Hex | D3 | C0 | 92 | 0 | 9 | 1F | 11 | 2A | 2A | 46 |
| Octal | 323 | 300 | 222 | 0 | 11 | 37 | 21 | 52 | 52 | 106 |
| Binary | 11010011 | 11000000 | 10010010 | 0 | 1001 | 11111 | 10001 | 101010 | 101010 | 1000110 |
Color Harmonies of #D3C092
Complementary color
Monochromatic Colors of #D3C092
Black with #D3C092
Text Example
Text Example
White with #D3C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C092; }
p { color: rgb(211,192,146); }
H1.HeaderClassName
{
color: #D3C092;
}
.AnyTagClassName
{
color: #D3C092;
}
</style>
background-color css
<style>
a { background-color: #D3C092; }
a { background-color: rgb(211,192,146); }
div.DivClassName
{
background-color: #D3C092;
}
.BgClassName
{
background-color: #D3C092;
}
</style>
border-color css
<style>
span { border-color: #D3C092; }
span { border-color: rgb(211,192,146); }
td.TdClassName
{
border-color: #D3C092;
}
.TagClassName
{
border-color: #D3C092;
}
</style>