Shades of Bird Flower #DBC90A
Tints of Bird Flower #DBC90A
RGB
CMYK
RGB Variations
Color information
#DBC90A (or 0xDBC90A) is known color: Bird Flower. HEX triplet: DB, C9 and 0A. RGB value is (219,201,10). Sum of RGB (Red+Green+Blue) = 219+201+10=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC90A is #2436F5. Grayscale: #B9B9B9. Windows color (decimal): -2373366 or 707035. OLE color: 707035.
HSL color Cylindrical-coordinate representation of color #DBC90A: hue angle of 54.83º 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 #DBC90A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 10 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.14 |
| HSL | 54.83º | 0.91% | 0.45% | - |
| HSV(B) | 54.83º | 0.95% | 0.86% | - |
| XYZ | 50.15 | 56.86 | 8.62 | - |
| YUV | 184.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 10 | 0 | 0.08 | 0.95 | 0.14 | 54.83 | 0.91 | 0.45 |
| Hex | DB | C9 | A | 0 | 8 | 5F | E | 37 | 5B | 2D |
| Octal | 333 | 311 | 12 | 0 | 10 | 137 | 16 | 67 | 133 | 55 |
| Binary | 11011011 | 11001001 | 1010 | 0 | 1000 | 1011111 | 1110 | 110111 | 1011011 | 101101 |
Color Harmonies of #DBC90A
Complementary color
Monochromatic Colors of #DBC90A
Black with #DBC90A
Text Example
Text Example
White with #DBC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC90A; }
p { color: rgb(219,201,10); }
H1.HeaderClassName
{
color: #DBC90A;
}
.AnyTagClassName
{
color: #DBC90A;
}
</style>
background-color css
<style>
a { background-color: #DBC90A; }
a { background-color: rgb(219,201,10); }
div.DivClassName
{
background-color: #DBC90A;
}
.BgClassName
{
background-color: #DBC90A;
}
</style>
border-color css
<style>
span { border-color: #DBC90A; }
span { border-color: rgb(219,201,10); }
td.TdClassName
{
border-color: #DBC90A;
}
.TagClassName
{
border-color: #DBC90A;
}
</style>