Html Css Color HEX #D4BE99 Double Spanish White
📋 copy color: '#D4BE99'red 212 ◦ green 190 ◦ blue 153
Shades of Double Spanish White #D4BE99
Tints of Double Spanish White #D4BE99
RGB
CMYK
RGB Variations
Color information
#D4BE99 (or 0xD4BE99) is known color: Double Spanish White. HEX triplet: D4, BE and 99. RGB value is (212,190,153). Sum of RGB (Red+Green+Blue) = 212+190+153=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE99 is #2B4166. Grayscale: #C0C0C0. Windows color (decimal): -2834791 or 10075860. OLE color: 10075860.
HSL color Cylindrical-coordinate representation of color #D4BE99: hue angle of 37.63º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4BE99 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 153 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.17 |
| HSL | 37.63º | 0.41% | 0.72% | - |
| HSV(B) | 37.63º | 0.28% | 0.83% | - |
| XYZ | 51.31 | 53.12 | 37.69 | - |
| YUV | 192.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 153 | 0 | 0.10 | 0.28 | 0.17 | 37.63 | 0.41 | 0.72 |
| Hex | D4 | BE | 99 | 0 | A | 1C | 11 | 26 | 29 | 48 |
| Octal | 324 | 276 | 231 | 0 | 12 | 34 | 21 | 46 | 51 | 110 |
| Binary | 11010100 | 10111110 | 10011001 | 0 | 1010 | 11100 | 10001 | 100110 | 101001 | 1001000 |
Color Harmonies of #D4BE99
Complementary color
Monochromatic Colors of #D4BE99
Black with #D4BE99
Text Example
Text Example
White with #D4BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE99; }
p { color: rgb(212,190,153); }
H1.HeaderClassName
{
color: #D4BE99;
}
.AnyTagClassName
{
color: #D4BE99;
}
</style>
background-color css
<style>
a { background-color: #D4BE99; }
a { background-color: rgb(212,190,153); }
div.DivClassName
{
background-color: #D4BE99;
}
.BgClassName
{
background-color: #D4BE99;
}
</style>
border-color css
<style>
span { border-color: #D4BE99; }
span { border-color: rgb(212,190,153); }
td.TdClassName
{
border-color: #D4BE99;
}
.TagClassName
{
border-color: #D4BE99;
}
</style>