Shades of Bird Flower #DBC607
Tints of Bird Flower #DBC607
RGB
CMYK
RGB Variations
Color information
#DBC607 (or 0xDBC607) is known color: Bird Flower. HEX triplet: DB, C6 and 07. RGB value is (219,198,7). Sum of RGB (Red+Green+Blue) = 219+198+7=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC607 is #2439F8. Grayscale: #B7B7B7. Windows color (decimal): -2374137 or 509659. OLE color: 509659.
HSL color Cylindrical-coordinate representation of color #DBC607: hue angle of 54.06º degrees, saturation: 0.94, 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 #DBC607 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.14 |
| HSL | 54.06º | 0.94% | 0.44% | - |
| HSV(B) | 54.06º | 0.97% | 0.86% | - |
| XYZ | 49.45 | 55.46 | 8.3 | - |
| YUV | 182.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 7 | 0 | 0.10 | 0.97 | 0.14 | 54.06 | 0.94 | 0.44 |
| Hex | DB | C6 | 7 | 0 | A | 61 | E | 36 | 5E | 2C |
| Octal | 333 | 306 | 7 | 0 | 12 | 141 | 16 | 66 | 136 | 54 |
| Binary | 11011011 | 11000110 | 111 | 0 | 1010 | 1100001 | 1110 | 110110 | 1011110 | 101100 |
Color Harmonies of #DBC607
Complementary color
Monochromatic Colors of #DBC607
Black with #DBC607
Text Example
Text Example
White with #DBC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC607; }
p { color: rgb(219,198,7); }
H1.HeaderClassName
{
color: #DBC607;
}
.AnyTagClassName
{
color: #DBC607;
}
</style>
background-color css
<style>
a { background-color: #DBC607; }
a { background-color: rgb(219,198,7); }
div.DivClassName
{
background-color: #DBC607;
}
.BgClassName
{
background-color: #DBC607;
}
</style>
border-color css
<style>
span { border-color: #DBC607; }
span { border-color: rgb(219,198,7); }
td.TdClassName
{
border-color: #DBC607;
}
.TagClassName
{
border-color: #DBC607;
}
</style>