Shades of Bird Flower #DBDB03
Tints of Bird Flower #DBDB03
RGB
CMYK
RGB Variations
Color information
#DBDB03 (or 0xDBDB03) is known color: Bird Flower. HEX triplet: DB, DB and 03. RGB value is (219,219,3). Sum of RGB (Red+Green+Blue) = 219+219+3=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB03 is #2424FC. Grayscale: #C3C3C3. Windows color (decimal): -2368765 or 252891. OLE color: 252891.
HSL color Cylindrical-coordinate representation of color #DBDB03: hue angle of 60º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBDB03 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 3 | - |
| CMYK | 0 | 0 | 0.99 | 0.14 |
| HSL | 60º | 0.97% | 0.44% | - |
| HSV(B) | 60º | 0.99% | 0.86% | - |
| XYZ | 54.56 | 65.73 | 9.9 | - |
| YUV | 194.38 | 20 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 3 | 0 | 0 | 0.99 | 0.14 | 60 | 0.97 | 0.44 |
| Hex | DB | DB | 3 | 0 | 0 | 63 | E | 3C | 61 | 2C |
| Octal | 333 | 333 | 3 | 0 | 0 | 143 | 16 | 74 | 141 | 54 |
| Binary | 11011011 | 11011011 | 11 | 0 | 0 | 1100011 | 1110 | 111100 | 1100001 | 101100 |
Color Harmonies of #DBDB03
Complementary color
Monochromatic Colors of #DBDB03
Black with #DBDB03
Text Example
Text Example
White with #DBDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB03; }
p { color: rgb(219,219,3); }
H1.HeaderClassName
{
color: #DBDB03;
}
.AnyTagClassName
{
color: #DBDB03;
}
</style>
background-color css
<style>
a { background-color: #DBDB03; }
a { background-color: rgb(219,219,3); }
div.DivClassName
{
background-color: #DBDB03;
}
.BgClassName
{
background-color: #DBDB03;
}
</style>
border-color css
<style>
span { border-color: #DBDB03; }
span { border-color: rgb(219,219,3); }
td.TdClassName
{
border-color: #DBDB03;
}
.TagClassName
{
border-color: #DBDB03;
}
</style>