Shades of Bird Flower #DBCE05
Tints of Bird Flower #DBCE05
RGB
CMYK
RGB Variations
Color information
#DBCE05 (or 0xDBCE05) is known color: Bird Flower. HEX triplet: DB, CE and 05. RGB value is (219,206,5). Sum of RGB (Red+Green+Blue) = 219+206+5=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE05 is #2431FA. Grayscale: #BBBBBB. Windows color (decimal): -2372091 or 380635. OLE color: 380635.
HSL color Cylindrical-coordinate representation of color #DBCE05: hue angle of 56.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBCE05 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.14 |
| HSL | 56.36º | 0.96% | 0.44% | - |
| HSV(B) | 56.36º | 0.98% | 0.86% | - |
| XYZ | 51.31 | 59.21 | 8.87 | - |
| YUV | 186.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 5 | 0 | 0.06 | 0.98 | 0.14 | 56.36 | 0.96 | 0.44 |
| Hex | DB | CE | 5 | 0 | 6 | 62 | E | 38 | 60 | 2C |
| Octal | 333 | 316 | 5 | 0 | 6 | 142 | 16 | 70 | 140 | 54 |
| Binary | 11011011 | 11001110 | 101 | 0 | 110 | 1100010 | 1110 | 111000 | 1100000 | 101100 |
Color Harmonies of #DBCE05
Complementary color
Monochromatic Colors of #DBCE05
Black with #DBCE05
Text Example
Text Example
White with #DBCE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE05; }
p { color: rgb(219,206,5); }
H1.HeaderClassName
{
color: #DBCE05;
}
.AnyTagClassName
{
color: #DBCE05;
}
</style>
background-color css
<style>
a { background-color: #DBCE05; }
a { background-color: rgb(219,206,5); }
div.DivClassName
{
background-color: #DBCE05;
}
.BgClassName
{
background-color: #DBCE05;
}
</style>
border-color css
<style>
span { border-color: #DBCE05; }
span { border-color: rgb(219,206,5); }
td.TdClassName
{
border-color: #DBCE05;
}
.TagClassName
{
border-color: #DBCE05;
}
</style>