Shades of Bird Flower #DBBF00
Tints of Bird Flower #DBBF00
RGB
CMYK
RGB Variations
Color information
#DBBF00 (or 0xDBBF00) is known color: Bird Flower. HEX triplet: DB, BF and 00. RGB value is (219,191,0). Sum of RGB (Red+Green+Blue) = 219+191+0=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBF00 is #2440FF. Grayscale: #B2B2B2. Windows color (decimal): -2375936 or 49115. OLE color: 49115.
HSL color Cylindrical-coordinate representation of color #DBBF00: hue angle of 52.33º 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 #DBBF00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.14 |
| HSL | 52.33º | 1% | 0.43% | - |
| HSV(B) | 52.33º | 1% | 0.86% | - |
| XYZ | 47.84 | 52.32 | 7.58 | - |
| YUV | 177.6 | 27.78 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 0 | 0 | 0.13 | 1 | 0.14 | 52.33 | 1 | 0.43 |
| Hex | DB | BF | 0 | 0 | D | 64 | E | 34 | 64 | 2B |
| Octal | 333 | 277 | 0 | 0 | 15 | 144 | 16 | 64 | 144 | 53 |
| Binary | 11011011 | 10111111 | 0 | 0 | 1101 | 1100100 | 1110 | 110100 | 1100100 | 101011 |
Color Harmonies of #DBBF00
Complementary color
Monochromatic Colors of #DBBF00
Black with #DBBF00
Text Example
Text Example
White with #DBBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF00; }
p { color: rgb(219,191,0); }
H1.HeaderClassName
{
color: #DBBF00;
}
.AnyTagClassName
{
color: #DBBF00;
}
</style>
background-color css
<style>
a { background-color: #DBBF00; }
a { background-color: rgb(219,191,0); }
div.DivClassName
{
background-color: #DBBF00;
}
.BgClassName
{
background-color: #DBBF00;
}
</style>
border-color css
<style>
span { border-color: #DBBF00; }
span { border-color: rgb(219,191,0); }
td.TdClassName
{
border-color: #DBBF00;
}
.TagClassName
{
border-color: #DBBF00;
}
</style>