Shades of Bird Flower #DBCE00
Tints of Bird Flower #DBCE00
RGB
CMYK
RGB Variations
Color information
#DBCE00 (or 0xDBCE00) is known color: Bird Flower. HEX triplet: DB, CE and 00. RGB value is (219,206,0). Sum of RGB (Red+Green+Blue) = 219+206+0=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE00 is #2431FF. Grayscale: #BBBBBB. Windows color (decimal): -2372096 or 52955. OLE color: 52955.
HSL color Cylindrical-coordinate representation of color #DBCE00: hue angle of 56.44º 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 #DBCE00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.14 |
| HSL | 56.44º | 1% | 0.43% | - |
| HSV(B) | 56.44º | 1% | 0.86% | - |
| XYZ | 51.28 | 59.2 | 8.72 | - |
| YUV | 186.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 0 | 0 | 0.06 | 1 | 0.14 | 56.44 | 1 | 0.43 |
| Hex | DB | CE | 0 | 0 | 6 | 64 | E | 38 | 64 | 2B |
| Octal | 333 | 316 | 0 | 0 | 6 | 144 | 16 | 70 | 144 | 53 |
| Binary | 11011011 | 11001110 | 0 | 0 | 110 | 1100100 | 1110 | 111000 | 1100100 | 101011 |
Color Harmonies of #DBCE00
Complementary color
Monochromatic Colors of #DBCE00
Black with #DBCE00
Text Example
Text Example
White with #DBCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE00; }
p { color: rgb(219,206,0); }
H1.HeaderClassName
{
color: #DBCE00;
}
.AnyTagClassName
{
color: #DBCE00;
}
</style>
background-color css
<style>
a { background-color: #DBCE00; }
a { background-color: rgb(219,206,0); }
div.DivClassName
{
background-color: #DBCE00;
}
.BgClassName
{
background-color: #DBCE00;
}
</style>
border-color css
<style>
span { border-color: #DBCE00; }
span { border-color: rgb(219,206,0); }
td.TdClassName
{
border-color: #DBCE00;
}
.TagClassName
{
border-color: #DBCE00;
}
</style>