Shades of Bird Flower #DBCF03
Tints of Bird Flower #DBCF03
RGB
CMYK
RGB Variations
Color information
#DBCF03 (or 0xDBCF03) is known color: Bird Flower. HEX triplet: DB, CF and 03. RGB value is (219,207,3). Sum of RGB (Red+Green+Blue) = 219+207+3=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF03 is #2430FC. Grayscale: #BCBCBC. Windows color (decimal): -2371837 or 249819. OLE color: 249819.
HSL color Cylindrical-coordinate representation of color #DBCF03: hue angle of 56.67º 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 #DBCF03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.14 |
| HSL | 56.67º | 0.97% | 0.44% | - |
| HSV(B) | 56.67º | 0.99% | 0.86% | - |
| XYZ | 51.54 | 59.69 | 8.89 | - |
| YUV | 187.33 | 23.98 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 3 | 0 | 0.05 | 0.99 | 0.14 | 56.67 | 0.97 | 0.44 |
| Hex | DB | CF | 3 | 0 | 5 | 63 | E | 39 | 61 | 2C |
| Octal | 333 | 317 | 3 | 0 | 5 | 143 | 16 | 71 | 141 | 54 |
| Binary | 11011011 | 11001111 | 11 | 0 | 101 | 1100011 | 1110 | 111001 | 1100001 | 101100 |
Color Harmonies of #DBCF03
Complementary color
Monochromatic Colors of #DBCF03
Black with #DBCF03
Text Example
Text Example
White with #DBCF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF03; }
p { color: rgb(219,207,3); }
H1.HeaderClassName
{
color: #DBCF03;
}
.AnyTagClassName
{
color: #DBCF03;
}
</style>
background-color css
<style>
a { background-color: #DBCF03; }
a { background-color: rgb(219,207,3); }
div.DivClassName
{
background-color: #DBCF03;
}
.BgClassName
{
background-color: #DBCF03;
}
</style>
border-color css
<style>
span { border-color: #DBCF03; }
span { border-color: rgb(219,207,3); }
td.TdClassName
{
border-color: #DBCF03;
}
.TagClassName
{
border-color: #DBCF03;
}
</style>