Shades of Bird Flower #DBCA02
Tints of Bird Flower #DBCA02
RGB
CMYK
RGB Variations
Color information
#DBCA02 (or 0xDBCA02) is known color: Bird Flower. HEX triplet: DB, CA and 02. RGB value is (219,202,2). Sum of RGB (Red+Green+Blue) = 219+202+2=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA02 is #2435FD. Grayscale: #B9B9B9. Windows color (decimal): -2373118 or 183003. OLE color: 183003.
HSL color Cylindrical-coordinate representation of color #DBCA02: hue angle of 55.3º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBCA02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.14 |
| HSL | 55.3º | 0.98% | 0.43% | - |
| HSV(B) | 55.3º | 0.99% | 0.86% | - |
| XYZ | 50.34 | 57.31 | 8.47 | - |
| YUV | 184.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 2 | 0 | 0.08 | 0.99 | 0.14 | 55.3 | 0.98 | 0.43 |
| Hex | DB | CA | 2 | 0 | 8 | 63 | E | 37 | 62 | 2B |
| Octal | 333 | 312 | 2 | 0 | 10 | 143 | 16 | 67 | 142 | 53 |
| Binary | 11011011 | 11001010 | 10 | 0 | 1000 | 1100011 | 1110 | 110111 | 1100010 | 101011 |
Color Harmonies of #DBCA02
Complementary color
Monochromatic Colors of #DBCA02
Black with #DBCA02
Text Example
Text Example
White with #DBCA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA02; }
p { color: rgb(219,202,2); }
H1.HeaderClassName
{
color: #DBCA02;
}
.AnyTagClassName
{
color: #DBCA02;
}
</style>
background-color css
<style>
a { background-color: #DBCA02; }
a { background-color: rgb(219,202,2); }
div.DivClassName
{
background-color: #DBCA02;
}
.BgClassName
{
background-color: #DBCA02;
}
</style>
border-color css
<style>
span { border-color: #DBCA02; }
span { border-color: rgb(219,202,2); }
td.TdClassName
{
border-color: #DBCA02;
}
.TagClassName
{
border-color: #DBCA02;
}
</style>