Shades of Bird Flower #DBCF00
Tints of Bird Flower #DBCF00
RGB
CMYK
RGB Variations
Color information
#DBCF00 (or 0xDBCF00) is known color: Bird Flower. HEX triplet: DB, CF and 00. RGB value is (219,207,0). Sum of RGB (Red+Green+Blue) = 219+207+0=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF00 is #2430FF. Grayscale: #BBBBBB. Windows color (decimal): -2371840 or 53211. OLE color: 53211.
HSL color Cylindrical-coordinate representation of color #DBCF00: hue angle of 56.71º 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 #DBCF00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.14 |
| HSL | 56.71º | 1% | 0.43% | - |
| HSV(B) | 56.71º | 1% | 0.86% | - |
| XYZ | 51.53 | 59.69 | 8.8 | - |
| YUV | 186.99 | 22.48 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 0 | 0 | 0.05 | 1 | 0.14 | 56.71 | 1 | 0.43 |
| Hex | DB | CF | 0 | 0 | 5 | 64 | E | 39 | 64 | 2B |
| Octal | 333 | 317 | 0 | 0 | 5 | 144 | 16 | 71 | 144 | 53 |
| Binary | 11011011 | 11001111 | 0 | 0 | 101 | 1100100 | 1110 | 111001 | 1100100 | 101011 |
Color Harmonies of #DBCF00
Complementary color
Monochromatic Colors of #DBCF00
Black with #DBCF00
Text Example
Text Example
White with #DBCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF00; }
p { color: rgb(219,207,0); }
H1.HeaderClassName
{
color: #DBCF00;
}
.AnyTagClassName
{
color: #DBCF00;
}
</style>
background-color css
<style>
a { background-color: #DBCF00; }
a { background-color: rgb(219,207,0); }
div.DivClassName
{
background-color: #DBCF00;
}
.BgClassName
{
background-color: #DBCF00;
}
</style>
border-color css
<style>
span { border-color: #DBCF00; }
span { border-color: rgb(219,207,0); }
td.TdClassName
{
border-color: #DBCF00;
}
.TagClassName
{
border-color: #DBCF00;
}
</style>