Shades of Bird Flower #DBD503
Tints of Bird Flower #DBD503
RGB
CMYK
RGB Variations
Color information
#DBD503 (or 0xDBD503) is known color: Bird Flower. HEX triplet: DB, D5 and 03. RGB value is (219,213,3). Sum of RGB (Red+Green+Blue) = 219+213+3=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD503 is #242AFC. Grayscale: #BFBFBF. Windows color (decimal): -2370301 or 251355. OLE color: 251355.
HSL color Cylindrical-coordinate representation of color #DBD503: hue angle of 58.33º 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 #DBD503 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.14 |
| HSL | 58.33º | 0.97% | 0.44% | - |
| HSV(B) | 58.33º | 0.99% | 0.86% | - |
| XYZ | 53.02 | 62.66 | 9.39 | - |
| YUV | 190.85 | 21.99 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 3 | 0 | 0.03 | 0.99 | 0.14 | 58.33 | 0.97 | 0.44 |
| Hex | DB | D5 | 3 | 0 | 3 | 63 | E | 3A | 61 | 2C |
| Octal | 333 | 325 | 3 | 0 | 3 | 143 | 16 | 72 | 141 | 54 |
| Binary | 11011011 | 11010101 | 11 | 0 | 11 | 1100011 | 1110 | 111010 | 1100001 | 101100 |
Color Harmonies of #DBD503
Complementary color
Monochromatic Colors of #DBD503
Black with #DBD503
Text Example
Text Example
White with #DBD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD503; }
p { color: rgb(219,213,3); }
H1.HeaderClassName
{
color: #DBD503;
}
.AnyTagClassName
{
color: #DBD503;
}
</style>
background-color css
<style>
a { background-color: #DBD503; }
a { background-color: rgb(219,213,3); }
div.DivClassName
{
background-color: #DBD503;
}
.BgClassName
{
background-color: #DBD503;
}
</style>
border-color css
<style>
span { border-color: #DBD503; }
span { border-color: rgb(219,213,3); }
td.TdClassName
{
border-color: #DBD503;
}
.TagClassName
{
border-color: #DBD503;
}
</style>