Shades of Bird Flower #DBCF09
Tints of Bird Flower #DBCF09
RGB
CMYK
RGB Variations
Color information
#DBCF09 (or 0xDBCF09) is known color: Bird Flower. HEX triplet: DB, CF and 09. RGB value is (219,207,9). Sum of RGB (Red+Green+Blue) = 219+207+9=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF09 is #2430F6. Grayscale: #BCBCBC. Windows color (decimal): -2371831 or 643035. OLE color: 643035.
HSL color Cylindrical-coordinate representation of color #DBCF09: hue angle of 56.57º 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 #DBCF09 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.14 |
| HSL | 56.57º | 0.92% | 0.45% | - |
| HSV(B) | 56.57º | 0.96% | 0.86% | - |
| XYZ | 51.58 | 59.71 | 9.06 | - |
| YUV | 188.02 | 26.98 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 9 | 0 | 0.05 | 0.96 | 0.14 | 56.57 | 0.92 | 0.45 |
| Hex | DB | CF | 9 | 0 | 5 | 60 | E | 39 | 5C | 2D |
| Octal | 333 | 317 | 11 | 0 | 5 | 140 | 16 | 71 | 134 | 55 |
| Binary | 11011011 | 11001111 | 1001 | 0 | 101 | 1100000 | 1110 | 111001 | 1011100 | 101101 |
Color Harmonies of #DBCF09
Complementary color
Monochromatic Colors of #DBCF09
Black with #DBCF09
Text Example
Text Example
White with #DBCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF09; }
p { color: rgb(219,207,9); }
H1.HeaderClassName
{
color: #DBCF09;
}
.AnyTagClassName
{
color: #DBCF09;
}
</style>
background-color css
<style>
a { background-color: #DBCF09; }
a { background-color: rgb(219,207,9); }
div.DivClassName
{
background-color: #DBCF09;
}
.BgClassName
{
background-color: #DBCF09;
}
</style>
border-color css
<style>
span { border-color: #DBCF09; }
span { border-color: rgb(219,207,9); }
td.TdClassName
{
border-color: #DBCF09;
}
.TagClassName
{
border-color: #DBCF09;
}
</style>