Shades of Bird Flower #DBCE06
Tints of Bird Flower #DBCE06
RGB
CMYK
RGB Variations
Color information
#DBCE06 (or 0xDBCE06) is known color: Bird Flower. HEX triplet: DB, CE and 06. RGB value is (219,206,6). Sum of RGB (Red+Green+Blue) = 219+206+6=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE06 is #2431F9. Grayscale: #BBBBBB. Windows color (decimal): -2372090 or 446171. OLE color: 446171.
HSL color Cylindrical-coordinate representation of color #DBCE06: hue angle of 56.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBCE06 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.14 |
| HSL | 56.34º | 0.95% | 0.44% | - |
| HSV(B) | 56.34º | 0.97% | 0.86% | - |
| XYZ | 51.32 | 59.22 | 8.9 | - |
| YUV | 187.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 6 | 0 | 0.06 | 0.97 | 0.14 | 56.34 | 0.95 | 0.44 |
| Hex | DB | CE | 6 | 0 | 6 | 61 | E | 38 | 5F | 2C |
| Octal | 333 | 316 | 6 | 0 | 6 | 141 | 16 | 70 | 137 | 54 |
| Binary | 11011011 | 11001110 | 110 | 0 | 110 | 1100001 | 1110 | 111000 | 1011111 | 101100 |
Color Harmonies of #DBCE06
Complementary color
Monochromatic Colors of #DBCE06
Black with #DBCE06
Text Example
Text Example
White with #DBCE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE06; }
p { color: rgb(219,206,6); }
H1.HeaderClassName
{
color: #DBCE06;
}
.AnyTagClassName
{
color: #DBCE06;
}
</style>
background-color css
<style>
a { background-color: #DBCE06; }
a { background-color: rgb(219,206,6); }
div.DivClassName
{
background-color: #DBCE06;
}
.BgClassName
{
background-color: #DBCE06;
}
</style>
border-color css
<style>
span { border-color: #DBCE06; }
span { border-color: rgb(219,206,6); }
td.TdClassName
{
border-color: #DBCE06;
}
.TagClassName
{
border-color: #DBCE06;
}
</style>