Shades of Bird Flower #DBCA07
Tints of Bird Flower #DBCA07
RGB
CMYK
RGB Variations
Color information
#DBCA07 (or 0xDBCA07) is known color: Bird Flower. HEX triplet: DB, CA and 07. RGB value is (219,202,7). Sum of RGB (Red+Green+Blue) = 219+202+7=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA07 is #2435F8. Grayscale: #B9B9B9. Windows color (decimal): -2373113 or 510683. OLE color: 510683.
HSL color Cylindrical-coordinate representation of color #DBCA07: hue angle of 55.19º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBCA07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.14 |
| HSL | 55.19º | 0.94% | 0.44% | - |
| HSV(B) | 55.19º | 0.97% | 0.86% | - |
| XYZ | 50.37 | 57.32 | 8.61 | - |
| YUV | 184.85 | 27.63 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 7 | 0 | 0.08 | 0.97 | 0.14 | 55.19 | 0.94 | 0.44 |
| Hex | DB | CA | 7 | 0 | 8 | 61 | E | 37 | 5E | 2C |
| Octal | 333 | 312 | 7 | 0 | 10 | 141 | 16 | 67 | 136 | 54 |
| Binary | 11011011 | 11001010 | 111 | 0 | 1000 | 1100001 | 1110 | 110111 | 1011110 | 101100 |
Color Harmonies of #DBCA07
Complementary color
Monochromatic Colors of #DBCA07
Black with #DBCA07
Text Example
Text Example
White with #DBCA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA07; }
p { color: rgb(219,202,7); }
H1.HeaderClassName
{
color: #DBCA07;
}
.AnyTagClassName
{
color: #DBCA07;
}
</style>
background-color css
<style>
a { background-color: #DBCA07; }
a { background-color: rgb(219,202,7); }
div.DivClassName
{
background-color: #DBCA07;
}
.BgClassName
{
background-color: #DBCA07;
}
</style>
border-color css
<style>
span { border-color: #DBCA07; }
span { border-color: rgb(219,202,7); }
td.TdClassName
{
border-color: #DBCA07;
}
.TagClassName
{
border-color: #DBCA07;
}
</style>