Html Css Color HEX #D0BE99 Double Spanish White
📋 copy color: '#D0BE99'red 208 ◦ green 190 ◦ blue 153
Shades of Double Spanish White #D0BE99
Tints of Double Spanish White #D0BE99
RGB
CMYK
RGB Variations
Color information
#D0BE99 (or 0xD0BE99) is known color: Double Spanish White. HEX triplet: D0, BE and 99. RGB value is (208,190,153). Sum of RGB (Red+Green+Blue) = 208+190+153=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE99 is #2F4166. Grayscale: #BFBFBF. Windows color (decimal): -3096935 or 10075856. OLE color: 10075856.
HSL color Cylindrical-coordinate representation of color #D0BE99: hue angle of 40.36º 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 #D0BE99 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 153 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.18 |
| HSL | 40.36º | 0.37% | 0.71% | - |
| HSV(B) | 40.36º | 0.26% | 0.82% | - |
| XYZ | 50.18 | 52.54 | 37.63 | - |
| YUV | 191.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 153 | 0 | 0.09 | 0.26 | 0.18 | 40.36 | 0.37 | 0.71 |
| Hex | D0 | BE | 99 | 0 | 9 | 1A | 12 | 28 | 25 | 47 |
| Octal | 320 | 276 | 231 | 0 | 11 | 32 | 22 | 50 | 45 | 107 |
| Binary | 11010000 | 10111110 | 10011001 | 0 | 1001 | 11010 | 10010 | 101000 | 100101 | 1000111 |
Color Harmonies of #D0BE99
Complementary color
Monochromatic Colors of #D0BE99
Black with #D0BE99
Text Example
Text Example
White with #D0BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE99; }
p { color: rgb(208,190,153); }
H1.HeaderClassName
{
color: #D0BE99;
}
.AnyTagClassName
{
color: #D0BE99;
}
</style>
background-color css
<style>
a { background-color: #D0BE99; }
a { background-color: rgb(208,190,153); }
div.DivClassName
{
background-color: #D0BE99;
}
.BgClassName
{
background-color: #D0BE99;
}
</style>
border-color css
<style>
span { border-color: #D0BE99; }
span { border-color: rgb(208,190,153); }
td.TdClassName
{
border-color: #D0BE99;
}
.TagClassName
{
border-color: #D0BE99;
}
</style>