Shades of Bird Flower #DBDB04
Tints of Bird Flower #DBDB04
RGB
CMYK
RGB Variations
Color information
#DBDB04 (or 0xDBDB04) is known color: Bird Flower. HEX triplet: DB, DB and 04. RGB value is (219,219,4). Sum of RGB (Red+Green+Blue) = 219+219+4=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB04 is #2424FB. Grayscale: #C3C3C3. Windows color (decimal): -2368764 or 318427. OLE color: 318427.
HSL color Cylindrical-coordinate representation of color #DBDB04: hue angle of 60º 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 #DBDB04 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 4 | - |
| CMYK | 0 | 0 | 0.98 | 0.14 |
| HSL | 60º | 0.96% | 0.44% | - |
| HSV(B) | 60º | 0.98% | 0.86% | - |
| XYZ | 54.57 | 65.73 | 9.93 | - |
| YUV | 194.49 | 20.5 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 4 | 0 | 0 | 0.98 | 0.14 | 60 | 0.96 | 0.44 |
| Hex | DB | DB | 4 | 0 | 0 | 62 | E | 3C | 60 | 2C |
| Octal | 333 | 333 | 4 | 0 | 0 | 142 | 16 | 74 | 140 | 54 |
| Binary | 11011011 | 11011011 | 100 | 0 | 0 | 1100010 | 1110 | 111100 | 1100000 | 101100 |
Color Harmonies of #DBDB04
Complementary color
Monochromatic Colors of #DBDB04
Black with #DBDB04
Text Example
Text Example
White with #DBDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB04; }
p { color: rgb(219,219,4); }
H1.HeaderClassName
{
color: #DBDB04;
}
.AnyTagClassName
{
color: #DBDB04;
}
</style>
background-color css
<style>
a { background-color: #DBDB04; }
a { background-color: rgb(219,219,4); }
div.DivClassName
{
background-color: #DBDB04;
}
.BgClassName
{
background-color: #DBDB04;
}
</style>
border-color css
<style>
span { border-color: #DBDB04; }
span { border-color: rgb(219,219,4); }
td.TdClassName
{
border-color: #DBDB04;
}
.TagClassName
{
border-color: #DBDB04;
}
</style>