Html Css Color HEX #D0BD99 Double Spanish White
📋 copy color: '#D0BD99'red 208 ◦ green 189 ◦ blue 153
Shades of Double Spanish White #D0BD99
Tints of Double Spanish White #D0BD99
RGB
CMYK
RGB Variations
Color information
#D0BD99 (or 0xD0BD99) is known color: Double Spanish White. HEX triplet: D0, BD and 99. RGB value is (208,189,153). Sum of RGB (Red+Green+Blue) = 208+189+153=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BD99 is #2F4266. Grayscale: #BEBEBE. Windows color (decimal): -3097191 or 10075600. OLE color: 10075600.
HSL color Cylindrical-coordinate representation of color #D0BD99: hue angle of 39.27º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0BD99 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 153 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.18 |
| HSL | 39.27º | 0.37% | 0.71% | - |
| HSV(B) | 39.27º | 0.26% | 0.82% | - |
| XYZ | 49.96 | 52.11 | 37.56 | - |
| YUV | 190.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 153 | 0 | 0.09 | 0.26 | 0.18 | 39.27 | 0.37 | 0.71 |
| Hex | D0 | BD | 99 | 0 | 9 | 1A | 12 | 27 | 25 | 47 |
| Octal | 320 | 275 | 231 | 0 | 11 | 32 | 22 | 47 | 45 | 107 |
| Binary | 11010000 | 10111101 | 10011001 | 0 | 1001 | 11010 | 10010 | 100111 | 100101 | 1000111 |
Color Harmonies of #D0BD99
Complementary color
Monochromatic Colors of #D0BD99
Black with #D0BD99
Text Example
Text Example
White with #D0BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD99; }
p { color: rgb(208,189,153); }
H1.HeaderClassName
{
color: #D0BD99;
}
.AnyTagClassName
{
color: #D0BD99;
}
</style>
background-color css
<style>
a { background-color: #D0BD99; }
a { background-color: rgb(208,189,153); }
div.DivClassName
{
background-color: #D0BD99;
}
.BgClassName
{
background-color: #D0BD99;
}
</style>
border-color css
<style>
span { border-color: #D0BD99; }
span { border-color: rgb(208,189,153); }
td.TdClassName
{
border-color: #D0BD99;
}
.TagClassName
{
border-color: #D0BD99;
}
</style>