Shades of Bird Flower #DBCB00
Tints of Bird Flower #DBCB00
RGB
CMYK
RGB Variations
Color information
#DBCB00 (or 0xDBCB00) is known color: Bird Flower. HEX triplet: DB, CB and 00. RGB value is (219,203,0). Sum of RGB (Red+Green+Blue) = 219+203+0=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB00 is #2434FF. Grayscale: #B9B9B9. Windows color (decimal): -2372864 or 52187. OLE color: 52187.
HSL color Cylindrical-coordinate representation of color #DBCB00: hue angle of 55.62º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBCB00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.14 |
| HSL | 55.62º | 1% | 0.43% | - |
| HSV(B) | 55.62º | 1% | 0.86% | - |
| XYZ | 50.57 | 57.77 | 8.49 | - |
| YUV | 184.64 | 23.8 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 0 | 0 | 0.07 | 1 | 0.14 | 55.62 | 1 | 0.43 |
| Hex | DB | CB | 0 | 0 | 7 | 64 | E | 38 | 64 | 2B |
| Octal | 333 | 313 | 0 | 0 | 7 | 144 | 16 | 70 | 144 | 53 |
| Binary | 11011011 | 11001011 | 0 | 0 | 111 | 1100100 | 1110 | 111000 | 1100100 | 101011 |
Color Harmonies of #DBCB00
Complementary color
Monochromatic Colors of #DBCB00
Black with #DBCB00
Text Example
Text Example
White with #DBCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB00; }
p { color: rgb(219,203,0); }
H1.HeaderClassName
{
color: #DBCB00;
}
.AnyTagClassName
{
color: #DBCB00;
}
</style>
background-color css
<style>
a { background-color: #DBCB00; }
a { background-color: rgb(219,203,0); }
div.DivClassName
{
background-color: #DBCB00;
}
.BgClassName
{
background-color: #DBCB00;
}
</style>
border-color css
<style>
span { border-color: #DBCB00; }
span { border-color: rgb(219,203,0); }
td.TdClassName
{
border-color: #DBCB00;
}
.TagClassName
{
border-color: #DBCB00;
}
</style>