Html Css Color HEX #D0BF9C Double Spanish White
📋 copy color: '#D0BF9C'red 208 ◦ green 191 ◦ blue 156
Shades of Double Spanish White #D0BF9C
Tints of Double Spanish White #D0BF9C
RGB
CMYK
RGB Variations
Color information
#D0BF9C (or 0xD0BF9C) is known color: Double Spanish White. HEX triplet: D0, BF and 9C. RGB value is (208,191,156). Sum of RGB (Red+Green+Blue) = 208+191+156=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF9C is #2F4063. Grayscale: #C0C0C0. Windows color (decimal): -3096676 or 10272720. OLE color: 10272720.
HSL color Cylindrical-coordinate representation of color #D0BF9C: hue angle of 40.38º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BF9C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 156 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.18 |
| HSL | 40.38º | 0.36% | 0.71% | - |
| HSV(B) | 40.38º | 0.25% | 0.82% | - |
| XYZ | 50.64 | 53.07 | 39.03 | - |
| YUV | 192.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 156 | 0 | 0.08 | 0.25 | 0.18 | 40.38 | 0.36 | 0.71 |
| Hex | D0 | BF | 9C | 0 | 8 | 19 | 12 | 28 | 24 | 47 |
| Octal | 320 | 277 | 234 | 0 | 10 | 31 | 22 | 50 | 44 | 107 |
| Binary | 11010000 | 10111111 | 10011100 | 0 | 1000 | 11001 | 10010 | 101000 | 100100 | 1000111 |
Color Harmonies of #D0BF9C
Complementary color
Monochromatic Colors of #D0BF9C
Black with #D0BF9C
Text Example
Text Example
White with #D0BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF9C; }
p { color: rgb(208,191,156); }
H1.HeaderClassName
{
color: #D0BF9C;
}
.AnyTagClassName
{
color: #D0BF9C;
}
</style>
background-color css
<style>
a { background-color: #D0BF9C; }
a { background-color: rgb(208,191,156); }
div.DivClassName
{
background-color: #D0BF9C;
}
.BgClassName
{
background-color: #D0BF9C;
}
</style>
border-color css
<style>
span { border-color: #D0BF9C; }
span { border-color: rgb(208,191,156); }
td.TdClassName
{
border-color: #D0BF9C;
}
.TagClassName
{
border-color: #D0BF9C;
}
</style>