Shades of Bird Flower #DBD403
Tints of Bird Flower #DBD403
RGB
CMYK
RGB Variations
Color information
#DBD403 (or 0xDBD403) is known color: Bird Flower. HEX triplet: DB, D4 and 03. RGB value is (219,212,3). Sum of RGB (Red+Green+Blue) = 219+212+3=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD403 is #242BFC. Grayscale: #BFBFBF. Windows color (decimal): -2370557 or 251099. OLE color: 251099.
HSL color Cylindrical-coordinate representation of color #DBD403: hue angle of 58.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBD403 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.14 |
| HSL | 58.06º | 0.97% | 0.44% | - |
| HSV(B) | 58.06º | 0.99% | 0.86% | - |
| XYZ | 52.77 | 62.15 | 9.3 | - |
| YUV | 190.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 3 | 0 | 0.03 | 0.99 | 0.14 | 58.06 | 0.97 | 0.44 |
| Hex | DB | D4 | 3 | 0 | 3 | 63 | E | 3A | 61 | 2C |
| Octal | 333 | 324 | 3 | 0 | 3 | 143 | 16 | 72 | 141 | 54 |
| Binary | 11011011 | 11010100 | 11 | 0 | 11 | 1100011 | 1110 | 111010 | 1100001 | 101100 |
Color Harmonies of #DBD403
Complementary color
Monochromatic Colors of #DBD403
Black with #DBD403
Text Example
Text Example
White with #DBD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD403; }
p { color: rgb(219,212,3); }
H1.HeaderClassName
{
color: #DBD403;
}
.AnyTagClassName
{
color: #DBD403;
}
</style>
background-color css
<style>
a { background-color: #DBD403; }
a { background-color: rgb(219,212,3); }
div.DivClassName
{
background-color: #DBD403;
}
.BgClassName
{
background-color: #DBD403;
}
</style>
border-color css
<style>
span { border-color: #DBD403; }
span { border-color: rgb(219,212,3); }
td.TdClassName
{
border-color: #DBD403;
}
.TagClassName
{
border-color: #DBD403;
}
</style>