Shades of Bird Flower #DBD40C
Tints of Bird Flower #DBD40C
RGB
CMYK
RGB Variations
Color information
#DBD40C (or 0xDBD40C) is known color: Bird Flower. HEX triplet: DB, D4 and 0C. RGB value is (219,212,12). Sum of RGB (Red+Green+Blue) = 219+212+12=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD40C is #242BF3. Grayscale: #C0C0C0. Windows color (decimal): -2370548 or 840923. OLE color: 840923.
HSL color Cylindrical-coordinate representation of color #DBD40C: hue angle of 57.97º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBD40C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.14 |
| HSL | 57.97º | 0.9% | 0.45% | - |
| HSV(B) | 57.97º | 0.95% | 0.86% | - |
| XYZ | 52.82 | 62.17 | 9.56 | - |
| YUV | 191.29 | 26.82 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 12 | 0 | 0.03 | 0.95 | 0.14 | 57.97 | 0.9 | 0.45 |
| Hex | DB | D4 | C | 0 | 3 | 5F | E | 3A | 5A | 2D |
| Octal | 333 | 324 | 14 | 0 | 3 | 137 | 16 | 72 | 132 | 55 |
| Binary | 11011011 | 11010100 | 1100 | 0 | 11 | 1011111 | 1110 | 111010 | 1011010 | 101101 |
Color Harmonies of #DBD40C
Complementary color
Monochromatic Colors of #DBD40C
Black with #DBD40C
Text Example
Text Example
White with #DBD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD40C; }
p { color: rgb(219,212,12); }
H1.HeaderClassName
{
color: #DBD40C;
}
.AnyTagClassName
{
color: #DBD40C;
}
</style>
background-color css
<style>
a { background-color: #DBD40C; }
a { background-color: rgb(219,212,12); }
div.DivClassName
{
background-color: #DBD40C;
}
.BgClassName
{
background-color: #DBD40C;
}
</style>
border-color css
<style>
span { border-color: #DBD40C; }
span { border-color: rgb(219,212,12); }
td.TdClassName
{
border-color: #DBD40C;
}
.TagClassName
{
border-color: #DBD40C;
}
</style>