Shades of Bird Flower #DBD400
Tints of Bird Flower #DBD400
RGB
CMYK
RGB Variations
Color information
#DBD400 (or 0xDBD400) is known color: Bird Flower. HEX triplet: DB, D4 and 00. RGB value is (219,212,0). Sum of RGB (Red+Green+Blue) = 219+212+0=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD400 is #242BFF. Grayscale: #BEBEBE. Windows color (decimal): -2370560 or 54491. OLE color: 54491.
HSL color Cylindrical-coordinate representation of color #DBD400: hue angle of 58.08º 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 #DBD400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.14 |
| HSL | 58.08º | 1% | 0.43% | - |
| HSV(B) | 58.08º | 1% | 0.86% | - |
| XYZ | 52.76 | 62.15 | 9.21 | - |
| YUV | 189.93 | 20.82 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 0 | 0 | 0.03 | 1 | 0.14 | 58.08 | 1 | 0.43 |
| Hex | DB | D4 | 0 | 0 | 3 | 64 | E | 3A | 64 | 2B |
| Octal | 333 | 324 | 0 | 0 | 3 | 144 | 16 | 72 | 144 | 53 |
| Binary | 11011011 | 11010100 | 0 | 0 | 11 | 1100100 | 1110 | 111010 | 1100100 | 101011 |
Color Harmonies of #DBD400
Complementary color
Monochromatic Colors of #DBD400
Black with #DBD400
Text Example
Text Example
White with #DBD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD400; }
p { color: rgb(219,212,0); }
H1.HeaderClassName
{
color: #DBD400;
}
.AnyTagClassName
{
color: #DBD400;
}
</style>
background-color css
<style>
a { background-color: #DBD400; }
a { background-color: rgb(219,212,0); }
div.DivClassName
{
background-color: #DBD400;
}
.BgClassName
{
background-color: #DBD400;
}
</style>
border-color css
<style>
span { border-color: #DBD400; }
span { border-color: rgb(219,212,0); }
td.TdClassName
{
border-color: #DBD400;
}
.TagClassName
{
border-color: #DBD400;
}
</style>