Shades of Bird Flower #DBDB06
Tints of Bird Flower #DBDB06
RGB
CMYK
RGB Variations
Color information
#DBDB06 (or 0xDBDB06) is known color: Bird Flower. HEX triplet: DB, DB and 06. RGB value is (219,219,6). Sum of RGB (Red+Green+Blue) = 219+219+6=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB06 is #2424F9. Grayscale: #C3C3C3. Windows color (decimal): -2368762 or 449499. OLE color: 449499.
HSL color Cylindrical-coordinate representation of color #DBDB06: hue angle of 60º 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 #DBDB06 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 6 | - |
| CMYK | 0 | 0 | 0.97 | 0.14 |
| HSL | 60º | 0.95% | 0.44% | - |
| HSV(B) | 60º | 0.97% | 0.86% | - |
| XYZ | 54.58 | 65.74 | 9.98 | - |
| YUV | 194.72 | 21.5 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 6 | 0 | 0 | 0.97 | 0.14 | 60 | 0.95 | 0.44 |
| Hex | DB | DB | 6 | 0 | 0 | 61 | E | 3C | 5F | 2C |
| Octal | 333 | 333 | 6 | 0 | 0 | 141 | 16 | 74 | 137 | 54 |
| Binary | 11011011 | 11011011 | 110 | 0 | 0 | 1100001 | 1110 | 111100 | 1011111 | 101100 |
Color Harmonies of #DBDB06
Complementary color
Monochromatic Colors of #DBDB06
Black with #DBDB06
Text Example
Text Example
White with #DBDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB06; }
p { color: rgb(219,219,6); }
H1.HeaderClassName
{
color: #DBDB06;
}
.AnyTagClassName
{
color: #DBDB06;
}
</style>
background-color css
<style>
a { background-color: #DBDB06; }
a { background-color: rgb(219,219,6); }
div.DivClassName
{
background-color: #DBDB06;
}
.BgClassName
{
background-color: #DBDB06;
}
</style>
border-color css
<style>
span { border-color: #DBDB06; }
span { border-color: rgb(219,219,6); }
td.TdClassName
{
border-color: #DBDB06;
}
.TagClassName
{
border-color: #DBDB06;
}
</style>