Html Css Color HEX #D0BD9B Double Spanish White
📋 copy color: '#D0BD9B'red 208 ◦ green 189 ◦ blue 155
Shades of Double Spanish White #D0BD9B
Tints of Double Spanish White #D0BD9B
RGB
CMYK
RGB Variations
Color information
#D0BD9B (or 0xD0BD9B) is known color: Double Spanish White. HEX triplet: D0, BD and 9B. RGB value is (208,189,155). Sum of RGB (Red+Green+Blue) = 208+189+155=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BD9B is #2F4264. Grayscale: #BEBEBE. Windows color (decimal): -3097189 or 10206672. OLE color: 10206672.
HSL color Cylindrical-coordinate representation of color #D0BD9B: hue angle of 38.49º 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 #D0BD9B is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 155 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.18 |
| HSL | 38.49º | 0.36% | 0.71% | - |
| HSV(B) | 38.49º | 0.25% | 0.82% | - |
| XYZ | 50.13 | 52.17 | 38.44 | - |
| YUV | 190.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 155 | 0 | 0.09 | 0.25 | 0.18 | 38.49 | 0.36 | 0.71 |
| Hex | D0 | BD | 9B | 0 | 9 | 19 | 12 | 26 | 24 | 47 |
| Octal | 320 | 275 | 233 | 0 | 11 | 31 | 22 | 46 | 44 | 107 |
| Binary | 11010000 | 10111101 | 10011011 | 0 | 1001 | 11001 | 10010 | 100110 | 100100 | 1000111 |
Color Harmonies of #D0BD9B
Complementary color
Monochromatic Colors of #D0BD9B
Black with #D0BD9B
Text Example
Text Example
White with #D0BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD9B; }
p { color: rgb(208,189,155); }
H1.HeaderClassName
{
color: #D0BD9B;
}
.AnyTagClassName
{
color: #D0BD9B;
}
</style>
background-color css
<style>
a { background-color: #D0BD9B; }
a { background-color: rgb(208,189,155); }
div.DivClassName
{
background-color: #D0BD9B;
}
.BgClassName
{
background-color: #D0BD9B;
}
</style>
border-color css
<style>
span { border-color: #D0BD9B; }
span { border-color: rgb(208,189,155); }
td.TdClassName
{
border-color: #D0BD9B;
}
.TagClassName
{
border-color: #D0BD9B;
}
</style>