Html Css Color HEX #D3BE95 Double Spanish White
📋 copy color: '#D3BE95'red 211 ◦ green 190 ◦ blue 149
Shades of Double Spanish White #D3BE95
Tints of Double Spanish White #D3BE95
RGB
CMYK
RGB Variations
Color information
#D3BE95 (or 0xD3BE95) is known color: Double Spanish White. HEX triplet: D3, BE and 95. RGB value is (211,190,149). Sum of RGB (Red+Green+Blue) = 211+190+149=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BE95 is #2C416A. Grayscale: #BFBFBF. Windows color (decimal): -2900331 or 9813715. OLE color: 9813715.
HSL color Cylindrical-coordinate representation of color #D3BE95: hue angle of 39.68º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3BE95 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 149 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.17 |
| HSL | 39.68º | 0.41% | 0.71% | - |
| HSV(B) | 39.68º | 0.29% | 0.83% | - |
| XYZ | 50.7 | 52.85 | 35.96 | - |
| YUV | 191.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 149 | 0 | 0.10 | 0.29 | 0.17 | 39.68 | 0.41 | 0.71 |
| Hex | D3 | BE | 95 | 0 | A | 1D | 11 | 28 | 29 | 47 |
| Octal | 323 | 276 | 225 | 0 | 12 | 35 | 21 | 50 | 51 | 107 |
| Binary | 11010011 | 10111110 | 10010101 | 0 | 1010 | 11101 | 10001 | 101000 | 101001 | 1000111 |
Color Harmonies of #D3BE95
Complementary color
Monochromatic Colors of #D3BE95
Black with #D3BE95
Text Example
Text Example
White with #D3BE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE95; }
p { color: rgb(211,190,149); }
H1.HeaderClassName
{
color: #D3BE95;
}
.AnyTagClassName
{
color: #D3BE95;
}
</style>
background-color css
<style>
a { background-color: #D3BE95; }
a { background-color: rgb(211,190,149); }
div.DivClassName
{
background-color: #D3BE95;
}
.BgClassName
{
background-color: #D3BE95;
}
</style>
border-color css
<style>
span { border-color: #D3BE95; }
span { border-color: rgb(211,190,149); }
td.TdClassName
{
border-color: #D3BE95;
}
.TagClassName
{
border-color: #D3BE95;
}
</style>