Html Css Color HEX #D3BF9B Double Spanish White
📋 copy color: '#D3BF9B'red 211 ◦ green 191 ◦ blue 155
Shades of Double Spanish White #D3BF9B
Tints of Double Spanish White #D3BF9B
RGB
CMYK
RGB Variations
Color information
#D3BF9B (or 0xD3BF9B) is known color: Double Spanish White. HEX triplet: D3, BF and 9B. RGB value is (211,191,155). Sum of RGB (Red+Green+Blue) = 211+191+155=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BF9B is #2C4064. Grayscale: #C1C1C1. Windows color (decimal): -2900069 or 10207187. OLE color: 10207187.
HSL color Cylindrical-coordinate representation of color #D3BF9B: hue angle of 38.57º degrees, saturation: 0.39, 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 #D3BF9B is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 155 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.17 |
| HSL | 38.57º | 0.39% | 0.72% | - |
| HSV(B) | 38.57º | 0.27% | 0.83% | - |
| XYZ | 51.41 | 53.48 | 38.62 | - |
| YUV | 192.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 155 | 0 | 0.09 | 0.27 | 0.17 | 38.57 | 0.39 | 0.72 |
| Hex | D3 | BF | 9B | 0 | 9 | 1B | 11 | 27 | 27 | 48 |
| Octal | 323 | 277 | 233 | 0 | 11 | 33 | 21 | 47 | 47 | 110 |
| Binary | 11010011 | 10111111 | 10011011 | 0 | 1001 | 11011 | 10001 | 100111 | 100111 | 1001000 |
Color Harmonies of #D3BF9B
Complementary color
Monochromatic Colors of #D3BF9B
Black with #D3BF9B
Text Example
Text Example
White with #D3BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF9B; }
p { color: rgb(211,191,155); }
H1.HeaderClassName
{
color: #D3BF9B;
}
.AnyTagClassName
{
color: #D3BF9B;
}
</style>
background-color css
<style>
a { background-color: #D3BF9B; }
a { background-color: rgb(211,191,155); }
div.DivClassName
{
background-color: #D3BF9B;
}
.BgClassName
{
background-color: #D3BF9B;
}
</style>
border-color css
<style>
span { border-color: #D3BF9B; }
span { border-color: rgb(211,191,155); }
td.TdClassName
{
border-color: #D3BF9B;
}
.TagClassName
{
border-color: #D3BF9B;
}
</style>