Shades of Bird Flower #DBD50C
Tints of Bird Flower #DBD50C
RGB
CMYK
RGB Variations
Color information
#DBD50C (or 0xDBD50C) is known color: Bird Flower. HEX triplet: DB, D5 and 0C. RGB value is (219,213,12). Sum of RGB (Red+Green+Blue) = 219+213+12=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD50C is #242AF3. Grayscale: #C0C0C0. Windows color (decimal): -2370292 or 841179. OLE color: 841179.
HSL color Cylindrical-coordinate representation of color #DBD50C: hue angle of 58.26º 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 #DBD50C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.14 |
| HSL | 58.26º | 0.9% | 0.45% | - |
| HSV(B) | 58.26º | 0.95% | 0.86% | - |
| XYZ | 53.07 | 62.68 | 9.65 | - |
| YUV | 191.88 | 26.49 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 12 | 0 | 0.03 | 0.95 | 0.14 | 58.26 | 0.9 | 0.45 |
| Hex | DB | D5 | C | 0 | 3 | 5F | E | 3A | 5A | 2D |
| Octal | 333 | 325 | 14 | 0 | 3 | 137 | 16 | 72 | 132 | 55 |
| Binary | 11011011 | 11010101 | 1100 | 0 | 11 | 1011111 | 1110 | 111010 | 1011010 | 101101 |
Color Harmonies of #DBD50C
Complementary color
Monochromatic Colors of #DBD50C
Black with #DBD50C
Text Example
Text Example
White with #DBD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD50C; }
p { color: rgb(219,213,12); }
H1.HeaderClassName
{
color: #DBD50C;
}
.AnyTagClassName
{
color: #DBD50C;
}
</style>
background-color css
<style>
a { background-color: #DBD50C; }
a { background-color: rgb(219,213,12); }
div.DivClassName
{
background-color: #DBD50C;
}
.BgClassName
{
background-color: #DBD50C;
}
</style>
border-color css
<style>
span { border-color: #DBD50C; }
span { border-color: rgb(219,213,12); }
td.TdClassName
{
border-color: #DBD50C;
}
.TagClassName
{
border-color: #DBD50C;
}
</style>