Shades of Bird Flower #DBD10A
Tints of Bird Flower #DBD10A
RGB
CMYK
RGB Variations
Color information
#DBD10A (or 0xDBD10A) is known color: Bird Flower. HEX triplet: DB, D1 and 0A. RGB value is (219,209,10). Sum of RGB (Red+Green+Blue) = 219+209+10=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD10A is #242EF5. Grayscale: #BEBEBE. Windows color (decimal): -2371318 or 709083. OLE color: 709083.
HSL color Cylindrical-coordinate representation of color #DBD10A: hue angle of 57.13º degrees, saturation: 0.91, 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 #DBD10A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.14 |
| HSL | 57.13º | 0.91% | 0.45% | - |
| HSV(B) | 57.13º | 0.95% | 0.86% | - |
| XYZ | 52.07 | 60.68 | 9.26 | - |
| YUV | 189.3 | 26.81 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 10 | 0 | 0.05 | 0.95 | 0.14 | 57.13 | 0.91 | 0.45 |
| Hex | DB | D1 | A | 0 | 5 | 5F | E | 39 | 5B | 2D |
| Octal | 333 | 321 | 12 | 0 | 5 | 137 | 16 | 71 | 133 | 55 |
| Binary | 11011011 | 11010001 | 1010 | 0 | 101 | 1011111 | 1110 | 111001 | 1011011 | 101101 |
Color Harmonies of #DBD10A
Complementary color
Monochromatic Colors of #DBD10A
Black with #DBD10A
Text Example
Text Example
White with #DBD10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD10A; }
p { color: rgb(219,209,10); }
H1.HeaderClassName
{
color: #DBD10A;
}
.AnyTagClassName
{
color: #DBD10A;
}
</style>
background-color css
<style>
a { background-color: #DBD10A; }
a { background-color: rgb(219,209,10); }
div.DivClassName
{
background-color: #DBD10A;
}
.BgClassName
{
background-color: #DBD10A;
}
</style>
border-color css
<style>
span { border-color: #DBD10A; }
span { border-color: rgb(219,209,10); }
td.TdClassName
{
border-color: #DBD10A;
}
.TagClassName
{
border-color: #DBD10A;
}
</style>