Shades of Bird Flower #DBCE01
Tints of Bird Flower #DBCE01
RGB
CMYK
RGB Variations
Color information
#DBCE01 (or 0xDBCE01) is known color: Bird Flower. HEX triplet: DB, CE and 01. RGB value is (219,206,1). Sum of RGB (Red+Green+Blue) = 219+206+1=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE01 is #2431FE. Grayscale: #BBBBBB. Windows color (decimal): -2372095 or 118491. OLE color: 118491.
HSL color Cylindrical-coordinate representation of color #DBCE01: hue angle of 56.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBCE01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.14 |
| HSL | 56.42º | 0.99% | 0.43% | - |
| HSV(B) | 56.42º | 1% | 0.86% | - |
| XYZ | 51.29 | 59.2 | 8.75 | - |
| YUV | 186.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 1 | 0 | 0.06 | 1.00 | 0.14 | 56.42 | 0.99 | 0.43 |
| Hex | DB | CE | 1 | 0 | 6 | 64 | E | 38 | 63 | 2B |
| Octal | 333 | 316 | 1 | 0 | 6 | 144 | 16 | 70 | 143 | 53 |
| Binary | 11011011 | 11001110 | 1 | 0 | 110 | 1100100 | 1110 | 111000 | 1100011 | 101011 |
Color Harmonies of #DBCE01
Complementary color
Monochromatic Colors of #DBCE01
Black with #DBCE01
Text Example
Text Example
White with #DBCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE01; }
p { color: rgb(219,206,1); }
H1.HeaderClassName
{
color: #DBCE01;
}
.AnyTagClassName
{
color: #DBCE01;
}
</style>
background-color css
<style>
a { background-color: #DBCE01; }
a { background-color: rgb(219,206,1); }
div.DivClassName
{
background-color: #DBCE01;
}
.BgClassName
{
background-color: #DBCE01;
}
</style>
border-color css
<style>
span { border-color: #DBCE01; }
span { border-color: rgb(219,206,1); }
td.TdClassName
{
border-color: #DBCE01;
}
.TagClassName
{
border-color: #DBCE01;
}
</style>