Shades of Bird Flower #DBDA00
Tints of Bird Flower #DBDA00
RGB
CMYK
RGB Variations
Color information
#DBDA00 (or 0xDBDA00) is known color: Bird Flower. HEX triplet: DB, DA and 00. RGB value is (219,218,0). Sum of RGB (Red+Green+Blue) = 219+218+0=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA00 is #2425FF. Grayscale: #C2C2C2. Windows color (decimal): -2369024 or 56027. OLE color: 56027.
HSL color Cylindrical-coordinate representation of color #DBDA00: hue angle of 59.73º 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 #DBDA00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.14 |
| HSL | 59.73º | 1% | 0.43% | - |
| HSV(B) | 59.73º | 1% | 0.86% | - |
| XYZ | 54.28 | 65.2 | 9.72 | - |
| YUV | 193.45 | 18.83 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 0 | 0 | 0.00 | 1 | 0.14 | 59.73 | 1 | 0.43 |
| Hex | DB | DA | 0 | 0 | 0 | 64 | E | 3C | 64 | 2B |
| Octal | 333 | 332 | 0 | 0 | 0 | 144 | 16 | 74 | 144 | 53 |
| Binary | 11011011 | 11011010 | 0 | 0 | 0 | 1100100 | 1110 | 111100 | 1100100 | 101011 |
Color Harmonies of #DBDA00
Complementary color
Monochromatic Colors of #DBDA00
Black with #DBDA00
Text Example
Text Example
White with #DBDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA00; }
p { color: rgb(219,218,0); }
H1.HeaderClassName
{
color: #DBDA00;
}
.AnyTagClassName
{
color: #DBDA00;
}
</style>
background-color css
<style>
a { background-color: #DBDA00; }
a { background-color: rgb(219,218,0); }
div.DivClassName
{
background-color: #DBDA00;
}
.BgClassName
{
background-color: #DBDA00;
}
</style>
border-color css
<style>
span { border-color: #DBDA00; }
span { border-color: rgb(219,218,0); }
td.TdClassName
{
border-color: #DBDA00;
}
.TagClassName
{
border-color: #DBDA00;
}
</style>