Shades of Bird Flower #DBD10C
Tints of Bird Flower #DBD10C
RGB
CMYK
RGB Variations
Color information
#DBD10C (or 0xDBD10C) is known color: Bird Flower. HEX triplet: DB, D1 and 0C. RGB value is (219,209,12). Sum of RGB (Red+Green+Blue) = 219+209+12=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD10C is #242EF3. Grayscale: #BEBEBE. Windows color (decimal): -2371316 or 840155. OLE color: 840155.
HSL color Cylindrical-coordinate representation of color #DBD10C: hue angle of 57.1º 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 #DBD10C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.14 |
| HSL | 57.1º | 0.9% | 0.45% | - |
| HSV(B) | 57.1º | 0.95% | 0.86% | - |
| XYZ | 52.08 | 60.69 | 9.32 | - |
| YUV | 189.53 | 27.81 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 12 | 0 | 0.05 | 0.95 | 0.14 | 57.1 | 0.9 | 0.45 |
| Hex | DB | D1 | C | 0 | 5 | 5F | E | 39 | 5A | 2D |
| Octal | 333 | 321 | 14 | 0 | 5 | 137 | 16 | 71 | 132 | 55 |
| Binary | 11011011 | 11010001 | 1100 | 0 | 101 | 1011111 | 1110 | 111001 | 1011010 | 101101 |
Color Harmonies of #DBD10C
Complementary color
Monochromatic Colors of #DBD10C
Black with #DBD10C
Text Example
Text Example
White with #DBD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD10C; }
p { color: rgb(219,209,12); }
H1.HeaderClassName
{
color: #DBD10C;
}
.AnyTagClassName
{
color: #DBD10C;
}
</style>
background-color css
<style>
a { background-color: #DBD10C; }
a { background-color: rgb(219,209,12); }
div.DivClassName
{
background-color: #DBD10C;
}
.BgClassName
{
background-color: #DBD10C;
}
</style>
border-color css
<style>
span { border-color: #DBD10C; }
span { border-color: rgb(219,209,12); }
td.TdClassName
{
border-color: #DBD10C;
}
.TagClassName
{
border-color: #DBD10C;
}
</style>