Shades of Bird Flower #DBC909
Tints of Bird Flower #DBC909
RGB
CMYK
RGB Variations
Color information
#DBC909 (or 0xDBC909) is known color: Bird Flower. HEX triplet: DB, C9 and 09. RGB value is (219,201,9). Sum of RGB (Red+Green+Blue) = 219+201+9=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC909 is #2436F6. Grayscale: #B9B9B9. Windows color (decimal): -2373367 or 641499. OLE color: 641499.
HSL color Cylindrical-coordinate representation of color #DBC909: hue angle of 54.86º 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 #DBC909 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.14 |
| HSL | 54.86º | 0.92% | 0.45% | - |
| HSV(B) | 54.86º | 0.96% | 0.86% | - |
| XYZ | 50.15 | 56.85 | 8.59 | - |
| YUV | 184.49 | 28.96 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 9 | 0 | 0.08 | 0.96 | 0.14 | 54.86 | 0.92 | 0.45 |
| Hex | DB | C9 | 9 | 0 | 8 | 60 | E | 37 | 5C | 2D |
| Octal | 333 | 311 | 11 | 0 | 10 | 140 | 16 | 67 | 134 | 55 |
| Binary | 11011011 | 11001001 | 1001 | 0 | 1000 | 1100000 | 1110 | 110111 | 1011100 | 101101 |
Color Harmonies of #DBC909
Complementary color
Monochromatic Colors of #DBC909
Black with #DBC909
Text Example
Text Example
White with #DBC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC909; }
p { color: rgb(219,201,9); }
H1.HeaderClassName
{
color: #DBC909;
}
.AnyTagClassName
{
color: #DBC909;
}
</style>
background-color css
<style>
a { background-color: #DBC909; }
a { background-color: rgb(219,201,9); }
div.DivClassName
{
background-color: #DBC909;
}
.BgClassName
{
background-color: #DBC909;
}
</style>
border-color css
<style>
span { border-color: #DBC909; }
span { border-color: rgb(219,201,9); }
td.TdClassName
{
border-color: #DBC909;
}
.TagClassName
{
border-color: #DBC909;
}
</style>