Shades of Bird Flower #DBCE0C
Tints of Bird Flower #DBCE0C
RGB
CMYK
RGB Variations
Color information
#DBCE0C (or 0xDBCE0C) is known color: Bird Flower. HEX triplet: DB, CE and 0C. RGB value is (219,206,12). Sum of RGB (Red+Green+Blue) = 219+206+12=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE0C is #2431F3. Grayscale: #BCBCBC. Windows color (decimal): -2372084 or 839387. OLE color: 839387.
HSL color Cylindrical-coordinate representation of color #DBCE0C: hue angle of 56.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBCE0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.14 |
| HSL | 56.23º | 0.9% | 0.45% | - |
| HSV(B) | 56.23º | 0.95% | 0.86% | - |
| XYZ | 51.35 | 59.23 | 9.07 | - |
| YUV | 187.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 12 | 0 | 0.06 | 0.95 | 0.14 | 56.23 | 0.9 | 0.45 |
| Hex | DB | CE | C | 0 | 6 | 5F | E | 38 | 5A | 2D |
| Octal | 333 | 316 | 14 | 0 | 6 | 137 | 16 | 70 | 132 | 55 |
| Binary | 11011011 | 11001110 | 1100 | 0 | 110 | 1011111 | 1110 | 111000 | 1011010 | 101101 |
Color Harmonies of #DBCE0C
Complementary color
Monochromatic Colors of #DBCE0C
Black with #DBCE0C
Text Example
Text Example
White with #DBCE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE0C; }
p { color: rgb(219,206,12); }
H1.HeaderClassName
{
color: #DBCE0C;
}
.AnyTagClassName
{
color: #DBCE0C;
}
</style>
background-color css
<style>
a { background-color: #DBCE0C; }
a { background-color: rgb(219,206,12); }
div.DivClassName
{
background-color: #DBCE0C;
}
.BgClassName
{
background-color: #DBCE0C;
}
</style>
border-color css
<style>
span { border-color: #DBCE0C; }
span { border-color: rgb(219,206,12); }
td.TdClassName
{
border-color: #DBCE0C;
}
.TagClassName
{
border-color: #DBCE0C;
}
</style>