Shades of Bird Flower #DBC000
Tints of Bird Flower #DBC000
RGB
CMYK
RGB Variations
Color information
#DBC000 (or 0xDBC000) is known color: Bird Flower. HEX triplet: DB, C0 and 00. RGB value is (219,192,0). Sum of RGB (Red+Green+Blue) = 219+192+0=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC000 is #243FFF. Grayscale: #B2B2B2. Windows color (decimal): -2375680 or 49371. OLE color: 49371.
HSL color Cylindrical-coordinate representation of color #DBC000: hue angle of 52.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBC000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.14 |
| HSL | 52.6º | 1% | 0.43% | - |
| HSV(B) | 52.6º | 1% | 0.86% | - |
| XYZ | 48.06 | 52.76 | 7.65 | - |
| YUV | 178.19 | 27.45 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 0 | 0 | 0.12 | 1 | 0.14 | 52.6 | 1 | 0.43 |
| Hex | DB | C0 | 0 | 0 | C | 64 | E | 35 | 64 | 2B |
| Octal | 333 | 300 | 0 | 0 | 14 | 144 | 16 | 65 | 144 | 53 |
| Binary | 11011011 | 11000000 | 0 | 0 | 1100 | 1100100 | 1110 | 110101 | 1100100 | 101011 |
Color Harmonies of #DBC000
Complementary color
Monochromatic Colors of #DBC000
Black with #DBC000
Text Example
Text Example
White with #DBC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC000; }
p { color: rgb(219,192,0); }
H1.HeaderClassName
{
color: #DBC000;
}
.AnyTagClassName
{
color: #DBC000;
}
</style>
background-color css
<style>
a { background-color: #DBC000; }
a { background-color: rgb(219,192,0); }
div.DivClassName
{
background-color: #DBC000;
}
.BgClassName
{
background-color: #DBC000;
}
</style>
border-color css
<style>
span { border-color: #DBC000; }
span { border-color: rgb(219,192,0); }
td.TdClassName
{
border-color: #DBC000;
}
.TagClassName
{
border-color: #DBC000;
}
</style>