Shades of Bird Flower #DBD30B
Tints of Bird Flower #DBD30B
RGB
CMYK
RGB Variations
Color information
#DBD30B (or 0xDBD30B) is known color: Bird Flower. HEX triplet: DB, D3 and 0B. RGB value is (219,211,11). Sum of RGB (Red+Green+Blue) = 219+211+11=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD30B is #242CF4. Grayscale: #BFBFBF. Windows color (decimal): -2370805 or 775131. OLE color: 775131.
HSL color Cylindrical-coordinate representation of color #DBD30B: hue angle of 57.69º 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 #DBD30B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.14 |
| HSL | 57.69º | 0.9% | 0.45% | - |
| HSV(B) | 57.69º | 0.95% | 0.86% | - |
| XYZ | 52.57 | 61.67 | 9.45 | - |
| YUV | 190.59 | 26.65 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 11 | 0 | 0.04 | 0.95 | 0.14 | 57.69 | 0.9 | 0.45 |
| Hex | DB | D3 | B | 0 | 4 | 5F | E | 3A | 5A | 2D |
| Octal | 333 | 323 | 13 | 0 | 4 | 137 | 16 | 72 | 132 | 55 |
| Binary | 11011011 | 11010011 | 1011 | 0 | 100 | 1011111 | 1110 | 111010 | 1011010 | 101101 |
Color Harmonies of #DBD30B
Complementary color
Monochromatic Colors of #DBD30B
Black with #DBD30B
Text Example
Text Example
White with #DBD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD30B; }
p { color: rgb(219,211,11); }
H1.HeaderClassName
{
color: #DBD30B;
}
.AnyTagClassName
{
color: #DBD30B;
}
</style>
background-color css
<style>
a { background-color: #DBD30B; }
a { background-color: rgb(219,211,11); }
div.DivClassName
{
background-color: #DBD30B;
}
.BgClassName
{
background-color: #DBD30B;
}
</style>
border-color css
<style>
span { border-color: #DBD30B; }
span { border-color: rgb(219,211,11); }
td.TdClassName
{
border-color: #DBD30B;
}
.TagClassName
{
border-color: #DBD30B;
}
</style>