Shades of Bird Flower #DBBE00
Tints of Bird Flower #DBBE00
RGB
CMYK
RGB Variations
Color information
#DBBE00 (or 0xDBBE00) is known color: Bird Flower. HEX triplet: DB, BE and 00. RGB value is (219,190,0). Sum of RGB (Red+Green+Blue) = 219+190+0=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE00 is #2441FF. Grayscale: #B1B1B1. Windows color (decimal): -2376192 or 48859. OLE color: 48859.
HSL color Cylindrical-coordinate representation of color #DBBE00: hue angle of 52.05º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBBE00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.14 |
| HSL | 52.05º | 1% | 0.43% | - |
| HSV(B) | 52.05º | 1% | 0.86% | - |
| XYZ | 47.63 | 51.89 | 7.5 | - |
| YUV | 177.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 0 | 0 | 0.13 | 1 | 0.14 | 52.05 | 1 | 0.43 |
| Hex | DB | BE | 0 | 0 | D | 64 | E | 34 | 64 | 2B |
| Octal | 333 | 276 | 0 | 0 | 15 | 144 | 16 | 64 | 144 | 53 |
| Binary | 11011011 | 10111110 | 0 | 0 | 1101 | 1100100 | 1110 | 110100 | 1100100 | 101011 |
Color Harmonies of #DBBE00
Complementary color
Monochromatic Colors of #DBBE00
Black with #DBBE00
Text Example
Text Example
White with #DBBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE00; }
p { color: rgb(219,190,0); }
H1.HeaderClassName
{
color: #DBBE00;
}
.AnyTagClassName
{
color: #DBBE00;
}
</style>
background-color css
<style>
a { background-color: #DBBE00; }
a { background-color: rgb(219,190,0); }
div.DivClassName
{
background-color: #DBBE00;
}
.BgClassName
{
background-color: #DBBE00;
}
</style>
border-color css
<style>
span { border-color: #DBBE00; }
span { border-color: rgb(219,190,0); }
td.TdClassName
{
border-color: #DBBE00;
}
.TagClassName
{
border-color: #DBBE00;
}
</style>