Html Css Color HEX #D2BF9B Double Spanish White
📋 copy color: '#D2BF9B'red 210 ◦ green 191 ◦ blue 155
Shades of Double Spanish White #D2BF9B
Tints of Double Spanish White #D2BF9B
RGB
CMYK
RGB Variations
Color information
#D2BF9B (or 0xD2BF9B) is known color: Double Spanish White. HEX triplet: D2, BF and 9B. RGB value is (210,191,155). Sum of RGB (Red+Green+Blue) = 210+191+155=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BF9B is #2D4064. Grayscale: #C0C0C0. Windows color (decimal): -2965605 or 10207186. OLE color: 10207186.
HSL color Cylindrical-coordinate representation of color #D2BF9B: hue angle of 39.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2BF9B is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 155 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.18 |
| HSL | 39.27º | 0.38% | 0.72% | - |
| HSV(B) | 39.27º | 0.26% | 0.82% | - |
| XYZ | 51.13 | 53.33 | 38.61 | - |
| YUV | 192.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 155 | 0 | 0.09 | 0.26 | 0.18 | 39.27 | 0.38 | 0.72 |
| Hex | D2 | BF | 9B | 0 | 9 | 1A | 12 | 27 | 26 | 48 |
| Octal | 322 | 277 | 233 | 0 | 11 | 32 | 22 | 47 | 46 | 110 |
| Binary | 11010010 | 10111111 | 10011011 | 0 | 1001 | 11010 | 10010 | 100111 | 100110 | 1001000 |
Color Harmonies of #D2BF9B
Complementary color
Monochromatic Colors of #D2BF9B
Black with #D2BF9B
Text Example
Text Example
White with #D2BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF9B; }
p { color: rgb(210,191,155); }
H1.HeaderClassName
{
color: #D2BF9B;
}
.AnyTagClassName
{
color: #D2BF9B;
}
</style>
background-color css
<style>
a { background-color: #D2BF9B; }
a { background-color: rgb(210,191,155); }
div.DivClassName
{
background-color: #D2BF9B;
}
.BgClassName
{
background-color: #D2BF9B;
}
</style>
border-color css
<style>
span { border-color: #D2BF9B; }
span { border-color: rgb(210,191,155); }
td.TdClassName
{
border-color: #D2BF9B;
}
.TagClassName
{
border-color: #D2BF9B;
}
</style>