Shades of Bird Flower #DBD303
Tints of Bird Flower #DBD303
RGB
CMYK
RGB Variations
Color information
#DBD303 (or 0xDBD303) is known color: Bird Flower. HEX triplet: DB, D3 and 03. RGB value is (219,211,3). Sum of RGB (Red+Green+Blue) = 219+211+3=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD303 is #242CFC. Grayscale: #BEBEBE. Windows color (decimal): -2370813 or 250843. OLE color: 250843.
HSL color Cylindrical-coordinate representation of color #DBD303: hue angle of 57.78º 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 #DBD303 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.14 |
| HSL | 57.78º | 0.97% | 0.44% | - |
| HSV(B) | 57.78º | 0.99% | 0.86% | - |
| XYZ | 52.52 | 61.66 | 9.22 | - |
| YUV | 189.68 | 22.65 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 3 | 0 | 0.04 | 0.99 | 0.14 | 57.78 | 0.97 | 0.44 |
| Hex | DB | D3 | 3 | 0 | 4 | 63 | E | 3A | 61 | 2C |
| Octal | 333 | 323 | 3 | 0 | 4 | 143 | 16 | 72 | 141 | 54 |
| Binary | 11011011 | 11010011 | 11 | 0 | 100 | 1100011 | 1110 | 111010 | 1100001 | 101100 |
Color Harmonies of #DBD303
Complementary color
Monochromatic Colors of #DBD303
Black with #DBD303
Text Example
Text Example
White with #DBD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD303; }
p { color: rgb(219,211,3); }
H1.HeaderClassName
{
color: #DBD303;
}
.AnyTagClassName
{
color: #DBD303;
}
</style>
background-color css
<style>
a { background-color: #DBD303; }
a { background-color: rgb(219,211,3); }
div.DivClassName
{
background-color: #DBD303;
}
.BgClassName
{
background-color: #DBD303;
}
</style>
border-color css
<style>
span { border-color: #DBD303; }
span { border-color: rgb(219,211,3); }
td.TdClassName
{
border-color: #DBD303;
}
.TagClassName
{
border-color: #DBD303;
}
</style>