Shades of Bird Flower #DBDA04
Tints of Bird Flower #DBDA04
RGB
CMYK
RGB Variations
Color information
#DBDA04 (or 0xDBDA04) is known color: Bird Flower. HEX triplet: DB, DA and 04. RGB value is (219,218,4). Sum of RGB (Red+Green+Blue) = 219+218+4=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA04 is #2425FB. Grayscale: #C2C2C2. Windows color (decimal): -2369020 or 318171. OLE color: 318171.
HSL color Cylindrical-coordinate representation of color #DBDA04: hue angle of 59.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBDA04 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.14 |
| HSL | 59.72º | 0.96% | 0.44% | - |
| HSV(B) | 59.72º | 0.98% | 0.86% | - |
| XYZ | 54.31 | 65.21 | 9.84 | - |
| YUV | 193.9 | 20.83 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 4 | 0 | 0.00 | 0.98 | 0.14 | 59.72 | 0.96 | 0.44 |
| Hex | DB | DA | 4 | 0 | 0 | 62 | E | 3C | 60 | 2C |
| Octal | 333 | 332 | 4 | 0 | 0 | 142 | 16 | 74 | 140 | 54 |
| Binary | 11011011 | 11011010 | 100 | 0 | 0 | 1100010 | 1110 | 111100 | 1100000 | 101100 |
Color Harmonies of #DBDA04
Complementary color
Monochromatic Colors of #DBDA04
Black with #DBDA04
Text Example
Text Example
White with #DBDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA04; }
p { color: rgb(219,218,4); }
H1.HeaderClassName
{
color: #DBDA04;
}
.AnyTagClassName
{
color: #DBDA04;
}
</style>
background-color css
<style>
a { background-color: #DBDA04; }
a { background-color: rgb(219,218,4); }
div.DivClassName
{
background-color: #DBDA04;
}
.BgClassName
{
background-color: #DBDA04;
}
</style>
border-color css
<style>
span { border-color: #DBDA04; }
span { border-color: rgb(219,218,4); }
td.TdClassName
{
border-color: #DBDA04;
}
.TagClassName
{
border-color: #DBDA04;
}
</style>