Shades of Bird Flower #DBCB09
Tints of Bird Flower #DBCB09
RGB
CMYK
RGB Variations
Color information
#DBCB09 (or 0xDBCB09) is known color: Bird Flower. HEX triplet: DB, CB and 09. RGB value is (219,203,9). Sum of RGB (Red+Green+Blue) = 219+203+9=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB09 is #2434F6. Grayscale: #BABABA. Windows color (decimal): -2372855 or 642011. OLE color: 642011.
HSL color Cylindrical-coordinate representation of color #DBCB09: hue angle of 55.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBCB09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.14 |
| HSL | 55.43º | 0.92% | 0.45% | - |
| HSV(B) | 55.43º | 0.96% | 0.86% | - |
| XYZ | 50.62 | 57.79 | 8.75 | - |
| YUV | 185.67 | 28.3 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 9 | 0 | 0.07 | 0.96 | 0.14 | 55.43 | 0.92 | 0.45 |
| Hex | DB | CB | 9 | 0 | 7 | 60 | E | 37 | 5C | 2D |
| Octal | 333 | 313 | 11 | 0 | 7 | 140 | 16 | 67 | 134 | 55 |
| Binary | 11011011 | 11001011 | 1001 | 0 | 111 | 1100000 | 1110 | 110111 | 1011100 | 101101 |
Color Harmonies of #DBCB09
Complementary color
Monochromatic Colors of #DBCB09
Black with #DBCB09
Text Example
Text Example
White with #DBCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB09; }
p { color: rgb(219,203,9); }
H1.HeaderClassName
{
color: #DBCB09;
}
.AnyTagClassName
{
color: #DBCB09;
}
</style>
background-color css
<style>
a { background-color: #DBCB09; }
a { background-color: rgb(219,203,9); }
div.DivClassName
{
background-color: #DBCB09;
}
.BgClassName
{
background-color: #DBCB09;
}
</style>
border-color css
<style>
span { border-color: #DBCB09; }
span { border-color: rgb(219,203,9); }
td.TdClassName
{
border-color: #DBCB09;
}
.TagClassName
{
border-color: #DBCB09;
}
</style>