Html Css Color HEX #D1BF94 Double Spanish White
📋 copy color: '#D1BF94'red 209 ◦ green 191 ◦ blue 148
Shades of Double Spanish White #D1BF94
Tints of Double Spanish White #D1BF94
RGB
CMYK
RGB Variations
Color information
#D1BF94 (or 0xD1BF94) is known color: Double Spanish White. HEX triplet: D1, BF and 94. RGB value is (209,191,148). Sum of RGB (Red+Green+Blue) = 209+191+148=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BF94 is #2E406B. Grayscale: #BFBFBF. Windows color (decimal): -3031148 or 9748433. OLE color: 9748433.
HSL color Cylindrical-coordinate representation of color #D1BF94: hue angle of 42.3º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1BF94 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 148 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.18 |
| HSL | 42.3º | 0.4% | 0.7% | - |
| HSV(B) | 42.3º | 0.29% | 0.82% | - |
| XYZ | 50.27 | 52.96 | 35.59 | - |
| YUV | 191.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 148 | 0 | 0.09 | 0.29 | 0.18 | 42.3 | 0.4 | 0.7 |
| Hex | D1 | BF | 94 | 0 | 9 | 1D | 12 | 2A | 28 | 46 |
| Octal | 321 | 277 | 224 | 0 | 11 | 35 | 22 | 52 | 50 | 106 |
| Binary | 11010001 | 10111111 | 10010100 | 0 | 1001 | 11101 | 10010 | 101010 | 101000 | 1000110 |
Color Harmonies of #D1BF94
Complementary color
Monochromatic Colors of #D1BF94
Black with #D1BF94
Text Example
Text Example
White with #D1BF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF94; }
p { color: rgb(209,191,148); }
H1.HeaderClassName
{
color: #D1BF94;
}
.AnyTagClassName
{
color: #D1BF94;
}
</style>
background-color css
<style>
a { background-color: #D1BF94; }
a { background-color: rgb(209,191,148); }
div.DivClassName
{
background-color: #D1BF94;
}
.BgClassName
{
background-color: #D1BF94;
}
</style>
border-color css
<style>
span { border-color: #D1BF94; }
span { border-color: rgb(209,191,148); }
td.TdClassName
{
border-color: #D1BF94;
}
.TagClassName
{
border-color: #D1BF94;
}
</style>