Shades of Bird Flower #DBCB03
Tints of Bird Flower #DBCB03
RGB
CMYK
RGB Variations
Color information
#DBCB03 (or 0xDBCB03) is known color: Bird Flower. HEX triplet: DB, CB and 03. RGB value is (219,203,3). Sum of RGB (Red+Green+Blue) = 219+203+3=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB03 is #2434FC. Grayscale: #B9B9B9. Windows color (decimal): -2372861 or 248795. OLE color: 248795.
HSL color Cylindrical-coordinate representation of color #DBCB03: hue angle of 55.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBCB03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.14 |
| HSL | 55.56º | 0.97% | 0.44% | - |
| HSV(B) | 55.56º | 0.99% | 0.86% | - |
| XYZ | 50.59 | 57.78 | 8.57 | - |
| YUV | 184.98 | 25.3 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 3 | 0 | 0.07 | 0.99 | 0.14 | 55.56 | 0.97 | 0.44 |
| Hex | DB | CB | 3 | 0 | 7 | 63 | E | 38 | 61 | 2C |
| Octal | 333 | 313 | 3 | 0 | 7 | 143 | 16 | 70 | 141 | 54 |
| Binary | 11011011 | 11001011 | 11 | 0 | 111 | 1100011 | 1110 | 111000 | 1100001 | 101100 |
Color Harmonies of #DBCB03
Complementary color
Monochromatic Colors of #DBCB03
Black with #DBCB03
Text Example
Text Example
White with #DBCB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB03; }
p { color: rgb(219,203,3); }
H1.HeaderClassName
{
color: #DBCB03;
}
.AnyTagClassName
{
color: #DBCB03;
}
</style>
background-color css
<style>
a { background-color: #DBCB03; }
a { background-color: rgb(219,203,3); }
div.DivClassName
{
background-color: #DBCB03;
}
.BgClassName
{
background-color: #DBCB03;
}
</style>
border-color css
<style>
span { border-color: #DBCB03; }
span { border-color: rgb(219,203,3); }
td.TdClassName
{
border-color: #DBCB03;
}
.TagClassName
{
border-color: #DBCB03;
}
</style>