Html Css Color HEX #D4BF9B Double Spanish White
📋 copy color: '#D4BF9B'red 212 ◦ green 191 ◦ blue 155
Shades of Double Spanish White #D4BF9B
Tints of Double Spanish White #D4BF9B
RGB
CMYK
RGB Variations
Color information
#D4BF9B (or 0xD4BF9B) is known color: Double Spanish White. HEX triplet: D4, BF and 9B. RGB value is (212,191,155). Sum of RGB (Red+Green+Blue) = 212+191+155=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF9B is #2B4064. Grayscale: #C1C1C1. Windows color (decimal): -2834533 or 10207188. OLE color: 10207188.
HSL color Cylindrical-coordinate representation of color #D4BF9B: hue angle of 37.89º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4BF9B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 155 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.17 |
| HSL | 37.89º | 0.4% | 0.72% | - |
| HSV(B) | 37.89º | 0.27% | 0.83% | - |
| XYZ | 51.7 | 53.63 | 38.64 | - |
| YUV | 193.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 155 | 0 | 0.10 | 0.27 | 0.17 | 37.89 | 0.4 | 0.72 |
| Hex | D4 | BF | 9B | 0 | A | 1B | 11 | 26 | 28 | 48 |
| Octal | 324 | 277 | 233 | 0 | 12 | 33 | 21 | 46 | 50 | 110 |
| Binary | 11010100 | 10111111 | 10011011 | 0 | 1010 | 11011 | 10001 | 100110 | 101000 | 1001000 |
Color Harmonies of #D4BF9B
Complementary color
Monochromatic Colors of #D4BF9B
Black with #D4BF9B
Text Example
Text Example
White with #D4BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF9B; }
p { color: rgb(212,191,155); }
H1.HeaderClassName
{
color: #D4BF9B;
}
.AnyTagClassName
{
color: #D4BF9B;
}
</style>
background-color css
<style>
a { background-color: #D4BF9B; }
a { background-color: rgb(212,191,155); }
div.DivClassName
{
background-color: #D4BF9B;
}
.BgClassName
{
background-color: #D4BF9B;
}
</style>
border-color css
<style>
span { border-color: #D4BF9B; }
span { border-color: rgb(212,191,155); }
td.TdClassName
{
border-color: #D4BF9B;
}
.TagClassName
{
border-color: #D4BF9B;
}
</style>