Shades of Bird Flower #DBDA06
Tints of Bird Flower #DBDA06
RGB
CMYK
RGB Variations
Color information
#DBDA06 (or 0xDBDA06) is known color: Bird Flower. HEX triplet: DB, DA and 06. RGB value is (219,218,6). Sum of RGB (Red+Green+Blue) = 219+218+6=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA06 is #2425F9. Grayscale: #C2C2C2. Windows color (decimal): -2369018 or 449243. OLE color: 449243.
HSL color Cylindrical-coordinate representation of color #DBDA06: hue angle of 59.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBDA06 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 6 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.14 |
| HSL | 59.72º | 0.95% | 0.44% | - |
| HSV(B) | 59.72º | 0.97% | 0.86% | - |
| XYZ | 54.32 | 65.22 | 9.9 | - |
| YUV | 194.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 6 | 0 | 0.00 | 0.97 | 0.14 | 59.72 | 0.95 | 0.44 |
| Hex | DB | DA | 6 | 0 | 0 | 61 | E | 3C | 5F | 2C |
| Octal | 333 | 332 | 6 | 0 | 0 | 141 | 16 | 74 | 137 | 54 |
| Binary | 11011011 | 11011010 | 110 | 0 | 0 | 1100001 | 1110 | 111100 | 1011111 | 101100 |
Color Harmonies of #DBDA06
Complementary color
Monochromatic Colors of #DBDA06
Black with #DBDA06
Text Example
Text Example
White with #DBDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA06; }
p { color: rgb(219,218,6); }
H1.HeaderClassName
{
color: #DBDA06;
}
.AnyTagClassName
{
color: #DBDA06;
}
</style>
background-color css
<style>
a { background-color: #DBDA06; }
a { background-color: rgb(219,218,6); }
div.DivClassName
{
background-color: #DBDA06;
}
.BgClassName
{
background-color: #DBDA06;
}
</style>
border-color css
<style>
span { border-color: #DBDA06; }
span { border-color: rgb(219,218,6); }
td.TdClassName
{
border-color: #DBDA06;
}
.TagClassName
{
border-color: #DBDA06;
}
</style>