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