Html Css Color HEX #D4C093 Double Spanish White
📋 copy color: '#D4C093'red 212 ◦ green 192 ◦ blue 147
Shades of Double Spanish White #D4C093
Tints of Double Spanish White #D4C093
RGB
CMYK
RGB Variations
Color information
#D4C093 (or 0xD4C093) is known color: Double Spanish White. HEX triplet: D4, C0 and 93. RGB value is (212,192,147). Sum of RGB (Red+Green+Blue) = 212+192+147=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C093 is #2B3F6C. Grayscale: #C1C1C1. Windows color (decimal): -2834285 or 9683156. OLE color: 9683156.
HSL color Cylindrical-coordinate representation of color #D4C093: hue angle of 41.54º degrees, saturation: 0.43, 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 #D4C093 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 147 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.17 |
| HSL | 41.54º | 0.43% | 0.7% | - |
| HSV(B) | 41.54º | 0.31% | 0.83% | - |
| XYZ | 51.27 | 53.8 | 35.29 | - |
| YUV | 192.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 147 | 0 | 0.09 | 0.31 | 0.17 | 41.54 | 0.43 | 0.7 |
| Hex | D4 | C0 | 93 | 0 | 9 | 1F | 11 | 2A | 2B | 46 |
| Octal | 324 | 300 | 223 | 0 | 11 | 37 | 21 | 52 | 53 | 106 |
| Binary | 11010100 | 11000000 | 10010011 | 0 | 1001 | 11111 | 10001 | 101010 | 101011 | 1000110 |
Color Harmonies of #D4C093
Complementary color
Monochromatic Colors of #D4C093
Black with #D4C093
Text Example
Text Example
White with #D4C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C093; }
p { color: rgb(212,192,147); }
H1.HeaderClassName
{
color: #D4C093;
}
.AnyTagClassName
{
color: #D4C093;
}
</style>
background-color css
<style>
a { background-color: #D4C093; }
a { background-color: rgb(212,192,147); }
div.DivClassName
{
background-color: #D4C093;
}
.BgClassName
{
background-color: #D4C093;
}
</style>
border-color css
<style>
span { border-color: #D4C093; }
span { border-color: rgb(212,192,147); }
td.TdClassName
{
border-color: #D4C093;
}
.TagClassName
{
border-color: #D4C093;
}
</style>