Shades of Bird Flower #DBC905
Tints of Bird Flower #DBC905
RGB
CMYK
RGB Variations
Color information
#DBC905 (or 0xDBC905) is known color: Bird Flower. HEX triplet: DB, C9 and 05. RGB value is (219,201,5). Sum of RGB (Red+Green+Blue) = 219+201+5=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC905 is #2436FA. Grayscale: #B8B8B8. Windows color (decimal): -2373371 or 379355. OLE color: 379355.
HSL color Cylindrical-coordinate representation of color #DBC905: hue angle of 54.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBC905 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.14 |
| HSL | 54.95º | 0.96% | 0.44% | - |
| HSV(B) | 54.95º | 0.98% | 0.86% | - |
| XYZ | 50.13 | 56.84 | 8.47 | - |
| YUV | 184.04 | 26.96 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 5 | 0 | 0.08 | 0.98 | 0.14 | 54.95 | 0.96 | 0.44 |
| Hex | DB | C9 | 5 | 0 | 8 | 62 | E | 37 | 60 | 2C |
| Octal | 333 | 311 | 5 | 0 | 10 | 142 | 16 | 67 | 140 | 54 |
| Binary | 11011011 | 11001001 | 101 | 0 | 1000 | 1100010 | 1110 | 110111 | 1100000 | 101100 |
Color Harmonies of #DBC905
Complementary color
Monochromatic Colors of #DBC905
Black with #DBC905
Text Example
Text Example
White with #DBC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC905; }
p { color: rgb(219,201,5); }
H1.HeaderClassName
{
color: #DBC905;
}
.AnyTagClassName
{
color: #DBC905;
}
</style>
background-color css
<style>
a { background-color: #DBC905; }
a { background-color: rgb(219,201,5); }
div.DivClassName
{
background-color: #DBC905;
}
.BgClassName
{
background-color: #DBC905;
}
</style>
border-color css
<style>
span { border-color: #DBC905; }
span { border-color: rgb(219,201,5); }
td.TdClassName
{
border-color: #DBC905;
}
.TagClassName
{
border-color: #DBC905;
}
</style>