Html Css Color HEX #D0BF9D Double Spanish White
📋 copy color: '#D0BF9D'red 208 ◦ green 191 ◦ blue 157
Shades of Double Spanish White #D0BF9D
Tints of Double Spanish White #D0BF9D
RGB
CMYK
RGB Variations
Color information
#D0BF9D (or 0xD0BF9D) is known color: Double Spanish White. HEX triplet: D0, BF and 9D. RGB value is (208,191,157). Sum of RGB (Red+Green+Blue) = 208+191+157=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF9D is #2F4062. Grayscale: #C0C0C0. Windows color (decimal): -3096675 or 10338256. OLE color: 10338256.
HSL color Cylindrical-coordinate representation of color #D0BF9D: hue angle of 40º degrees, saturation: 0.35, 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 #D0BF9D is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 157 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.18 |
| HSL | 40º | 0.35% | 0.72% | - |
| HSV(B) | 40º | 0.25% | 0.82% | - |
| XYZ | 50.73 | 53.11 | 39.48 | - |
| YUV | 192.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 157 | 0 | 0.08 | 0.25 | 0.18 | 40 | 0.35 | 0.72 |
| Hex | D0 | BF | 9D | 0 | 8 | 19 | 12 | 28 | 23 | 48 |
| Octal | 320 | 277 | 235 | 0 | 10 | 31 | 22 | 50 | 43 | 110 |
| Binary | 11010000 | 10111111 | 10011101 | 0 | 1000 | 11001 | 10010 | 101000 | 100011 | 1001000 |
Color Harmonies of #D0BF9D
Complementary color
Monochromatic Colors of #D0BF9D
Black with #D0BF9D
Text Example
Text Example
White with #D0BF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF9D; }
p { color: rgb(208,191,157); }
H1.HeaderClassName
{
color: #D0BF9D;
}
.AnyTagClassName
{
color: #D0BF9D;
}
</style>
background-color css
<style>
a { background-color: #D0BF9D; }
a { background-color: rgb(208,191,157); }
div.DivClassName
{
background-color: #D0BF9D;
}
.BgClassName
{
background-color: #D0BF9D;
}
</style>
border-color css
<style>
span { border-color: #D0BF9D; }
span { border-color: rgb(208,191,157); }
td.TdClassName
{
border-color: #D0BF9D;
}
.TagClassName
{
border-color: #D0BF9D;
}
</style>