Shades of Bird Flower #DBDB00
Tints of Bird Flower #DBDB00
RGB
CMYK
RGB Variations
Color information
#DBDB00 (or 0xDBDB00) is known color: Bird Flower. HEX triplet: DB, DB and 00. RGB value is (219,219,0). Sum of RGB (Red+Green+Blue) = 219+219+0=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB00 is #2424FF. Grayscale: #C2C2C2. Windows color (decimal): -2368768 or 56283. OLE color: 56283.
HSL color Cylindrical-coordinate representation of color #DBDB00: hue angle of 60º 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 #DBDB00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.14 |
| HSL | 60º | 1% | 0.43% | - |
| HSV(B) | 60º | 1% | 0.86% | - |
| XYZ | 54.54 | 65.72 | 9.81 | - |
| YUV | 194.03 | 18.5 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 0 | 0 | 0 | 1 | 0.14 | 60 | 1 | 0.43 |
| Hex | DB | DB | 0 | 0 | 0 | 64 | E | 3C | 64 | 2B |
| Octal | 333 | 333 | 0 | 0 | 0 | 144 | 16 | 74 | 144 | 53 |
| Binary | 11011011 | 11011011 | 0 | 0 | 0 | 1100100 | 1110 | 111100 | 1100100 | 101011 |
Color Harmonies of #DBDB00
Complementary color
Monochromatic Colors of #DBDB00
Black with #DBDB00
Text Example
Text Example
White with #DBDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB00; }
p { color: rgb(219,219,0); }
H1.HeaderClassName
{
color: #DBDB00;
}
.AnyTagClassName
{
color: #DBDB00;
}
</style>
background-color css
<style>
a { background-color: #DBDB00; }
a { background-color: rgb(219,219,0); }
div.DivClassName
{
background-color: #DBDB00;
}
.BgClassName
{
background-color: #DBDB00;
}
</style>
border-color css
<style>
span { border-color: #DBDB00; }
span { border-color: rgb(219,219,0); }
td.TdClassName
{
border-color: #DBDB00;
}
.TagClassName
{
border-color: #DBDB00;
}
</style>