Html Css Color HEX #D4C094 Double Spanish White
📋 copy color: '#D4C094'red 212 ◦ green 192 ◦ blue 148
Shades of Double Spanish White #D4C094
Tints of Double Spanish White #D4C094
RGB
CMYK
RGB Variations
Color information
#D4C094 (or 0xD4C094) is known color: Double Spanish White. HEX triplet: D4, C0 and 94. RGB value is (212,192,148). Sum of RGB (Red+Green+Blue) = 212+192+148=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C094 is #2B3F6B. Grayscale: #C1C1C1. Windows color (decimal): -2834284 or 9748692. OLE color: 9748692.
HSL color Cylindrical-coordinate representation of color #D4C094: hue angle of 41.25º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4C094 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 148 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.17 |
| HSL | 41.25º | 0.43% | 0.71% | - |
| HSV(B) | 41.25º | 0.3% | 0.83% | - |
| XYZ | 51.35 | 53.83 | 35.7 | - |
| YUV | 192.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 148 | 0 | 0.09 | 0.30 | 0.17 | 41.25 | 0.43 | 0.71 |
| Hex | D4 | C0 | 94 | 0 | 9 | 1E | 11 | 29 | 2B | 47 |
| Octal | 324 | 300 | 224 | 0 | 11 | 36 | 21 | 51 | 53 | 107 |
| Binary | 11010100 | 11000000 | 10010100 | 0 | 1001 | 11110 | 10001 | 101001 | 101011 | 1000111 |
Color Harmonies of #D4C094
Complementary color
Monochromatic Colors of #D4C094
Black with #D4C094
Text Example
Text Example
White with #D4C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C094; }
p { color: rgb(212,192,148); }
H1.HeaderClassName
{
color: #D4C094;
}
.AnyTagClassName
{
color: #D4C094;
}
</style>
background-color css
<style>
a { background-color: #D4C094; }
a { background-color: rgb(212,192,148); }
div.DivClassName
{
background-color: #D4C094;
}
.BgClassName
{
background-color: #D4C094;
}
</style>
border-color css
<style>
span { border-color: #D4C094; }
span { border-color: rgb(212,192,148); }
td.TdClassName
{
border-color: #D4C094;
}
.TagClassName
{
border-color: #D4C094;
}
</style>