Html Css Color HEX #D1BF9D Double Spanish White
📋 copy color: '#D1BF9D'red 209 ◦ green 191 ◦ blue 157
Shades of Double Spanish White #D1BF9D
Tints of Double Spanish White #D1BF9D
RGB
CMYK
RGB Variations
Color information
#D1BF9D (or 0xD1BF9D) is known color: Double Spanish White. HEX triplet: D1, BF and 9D. RGB value is (209,191,157). Sum of RGB (Red+Green+Blue) = 209+191+157=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BF9D is #2E4062. Grayscale: #C0C0C0. Windows color (decimal): -3031139 or 10338257. OLE color: 10338257.
HSL color Cylindrical-coordinate representation of color #D1BF9D: hue angle of 39.23º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1BF9D is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 157 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.18 |
| HSL | 39.23º | 0.36% | 0.72% | - |
| HSV(B) | 39.23º | 0.25% | 0.82% | - |
| XYZ | 51.01 | 53.25 | 39.49 | - |
| YUV | 192.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 157 | 0 | 0.09 | 0.25 | 0.18 | 39.23 | 0.36 | 0.72 |
| Hex | D1 | BF | 9D | 0 | 9 | 19 | 12 | 27 | 24 | 48 |
| Octal | 321 | 277 | 235 | 0 | 11 | 31 | 22 | 47 | 44 | 110 |
| Binary | 11010001 | 10111111 | 10011101 | 0 | 1001 | 11001 | 10010 | 100111 | 100100 | 1001000 |
Color Harmonies of #D1BF9D
Complementary color
Monochromatic Colors of #D1BF9D
Black with #D1BF9D
Text Example
Text Example
White with #D1BF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF9D; }
p { color: rgb(209,191,157); }
H1.HeaderClassName
{
color: #D1BF9D;
}
.AnyTagClassName
{
color: #D1BF9D;
}
</style>
background-color css
<style>
a { background-color: #D1BF9D; }
a { background-color: rgb(209,191,157); }
div.DivClassName
{
background-color: #D1BF9D;
}
.BgClassName
{
background-color: #D1BF9D;
}
</style>
border-color css
<style>
span { border-color: #D1BF9D; }
span { border-color: rgb(209,191,157); }
td.TdClassName
{
border-color: #D1BF9D;
}
.TagClassName
{
border-color: #D1BF9D;
}
</style>