Shades of Bird Flower #DBCA04
Tints of Bird Flower #DBCA04
RGB
CMYK
RGB Variations
Color information
#DBCA04 (or 0xDBCA04) is known color: Bird Flower. HEX triplet: DB, CA and 04. RGB value is (219,202,4). Sum of RGB (Red+Green+Blue) = 219+202+4=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA04 is #2435FB. Grayscale: #B9B9B9. Windows color (decimal): -2373116 or 314075. OLE color: 314075.
HSL color Cylindrical-coordinate representation of color #DBCA04: hue angle of 55.26º 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 #DBCA04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.14 |
| HSL | 55.26º | 0.96% | 0.44% | - |
| HSV(B) | 55.26º | 0.98% | 0.86% | - |
| XYZ | 50.36 | 57.31 | 8.52 | - |
| YUV | 184.51 | 26.13 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 4 | 0 | 0.08 | 0.98 | 0.14 | 55.26 | 0.96 | 0.44 |
| Hex | DB | CA | 4 | 0 | 8 | 62 | E | 37 | 60 | 2C |
| Octal | 333 | 312 | 4 | 0 | 10 | 142 | 16 | 67 | 140 | 54 |
| Binary | 11011011 | 11001010 | 100 | 0 | 1000 | 1100010 | 1110 | 110111 | 1100000 | 101100 |
Color Harmonies of #DBCA04
Complementary color
Monochromatic Colors of #DBCA04
Black with #DBCA04
Text Example
Text Example
White with #DBCA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA04; }
p { color: rgb(219,202,4); }
H1.HeaderClassName
{
color: #DBCA04;
}
.AnyTagClassName
{
color: #DBCA04;
}
</style>
background-color css
<style>
a { background-color: #DBCA04; }
a { background-color: rgb(219,202,4); }
div.DivClassName
{
background-color: #DBCA04;
}
.BgClassName
{
background-color: #DBCA04;
}
</style>
border-color css
<style>
span { border-color: #DBCA04; }
span { border-color: rgb(219,202,4); }
td.TdClassName
{
border-color: #DBCA04;
}
.TagClassName
{
border-color: #DBCA04;
}
</style>