Shades of Bird Flower #DBD10D
Tints of Bird Flower #DBD10D
RGB
CMYK
RGB Variations
Color information
#DBD10D (or 0xDBD10D) is known color: Bird Flower. HEX triplet: DB, D1 and 0D. RGB value is (219,209,13). Sum of RGB (Red+Green+Blue) = 219+209+13=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD10D is #242EF2. Grayscale: #BEBEBE. Windows color (decimal): -2371315 or 905691. OLE color: 905691.
HSL color Cylindrical-coordinate representation of color #DBD10D: hue angle of 57.09º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBD10D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.14 |
| HSL | 57.09º | 0.89% | 0.45% | - |
| HSV(B) | 57.09º | 0.94% | 0.86% | - |
| XYZ | 52.09 | 60.69 | 9.35 | - |
| YUV | 189.65 | 28.31 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 13 | 0 | 0.05 | 0.94 | 0.14 | 57.09 | 0.89 | 0.45 |
| Hex | DB | D1 | D | 0 | 5 | 5E | E | 39 | 59 | 2D |
| Octal | 333 | 321 | 15 | 0 | 5 | 136 | 16 | 71 | 131 | 55 |
| Binary | 11011011 | 11010001 | 1101 | 0 | 101 | 1011110 | 1110 | 111001 | 1011001 | 101101 |
Color Harmonies of #DBD10D
Complementary color
Monochromatic Colors of #DBD10D
Black with #DBD10D
Text Example
Text Example
White with #DBD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD10D; }
p { color: rgb(219,209,13); }
H1.HeaderClassName
{
color: #DBD10D;
}
.AnyTagClassName
{
color: #DBD10D;
}
</style>
background-color css
<style>
a { background-color: #DBD10D; }
a { background-color: rgb(219,209,13); }
div.DivClassName
{
background-color: #DBD10D;
}
.BgClassName
{
background-color: #DBD10D;
}
</style>
border-color css
<style>
span { border-color: #DBD10D; }
span { border-color: rgb(219,209,13); }
td.TdClassName
{
border-color: #DBD10D;
}
.TagClassName
{
border-color: #DBD10D;
}
</style>