Shades of Bird Flower #DBD00C
Tints of Bird Flower #DBD00C
RGB
CMYK
RGB Variations
Color information
#DBD00C (or 0xDBD00C) is known color: Bird Flower. HEX triplet: DB, D0 and 0C. RGB value is (219,208,12). Sum of RGB (Red+Green+Blue) = 219+208+12=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD00C is #242FF3. Grayscale: #BDBDBD. Windows color (decimal): -2371572 or 839899. OLE color: 839899.
HSL color Cylindrical-coordinate representation of color #DBD00C: hue angle of 56.81º 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 #DBD00C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.14 |
| HSL | 56.81º | 0.9% | 0.45% | - |
| HSV(B) | 56.81º | 0.95% | 0.86% | - |
| XYZ | 51.84 | 60.2 | 9.24 | - |
| YUV | 188.95 | 28.14 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 12 | 0 | 0.05 | 0.95 | 0.14 | 56.81 | 0.9 | 0.45 |
| Hex | DB | D0 | C | 0 | 5 | 5F | E | 39 | 5A | 2D |
| Octal | 333 | 320 | 14 | 0 | 5 | 137 | 16 | 71 | 132 | 55 |
| Binary | 11011011 | 11010000 | 1100 | 0 | 101 | 1011111 | 1110 | 111001 | 1011010 | 101101 |
Color Harmonies of #DBD00C
Complementary color
Monochromatic Colors of #DBD00C
Black with #DBD00C
Text Example
Text Example
White with #DBD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD00C; }
p { color: rgb(219,208,12); }
H1.HeaderClassName
{
color: #DBD00C;
}
.AnyTagClassName
{
color: #DBD00C;
}
</style>
background-color css
<style>
a { background-color: #DBD00C; }
a { background-color: rgb(219,208,12); }
div.DivClassName
{
background-color: #DBD00C;
}
.BgClassName
{
background-color: #DBD00C;
}
</style>
border-color css
<style>
span { border-color: #DBD00C; }
span { border-color: rgb(219,208,12); }
td.TdClassName
{
border-color: #DBD00C;
}
.TagClassName
{
border-color: #DBD00C;
}
</style>