Shades of Bird Flower #DBCB07
Tints of Bird Flower #DBCB07
RGB
CMYK
RGB Variations
Color information
#DBCB07 (or 0xDBCB07) is known color: Bird Flower. HEX triplet: DB, CB and 07. RGB value is (219,203,7). Sum of RGB (Red+Green+Blue) = 219+203+7=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB07 is #2434F8. Grayscale: #BABABA. Windows color (decimal): -2372857 or 510939. OLE color: 510939.
HSL color Cylindrical-coordinate representation of color #DBCB07: hue angle of 55.47º 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 #DBCB07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.14 |
| HSL | 55.47º | 0.94% | 0.44% | - |
| HSV(B) | 55.47º | 0.97% | 0.86% | - |
| XYZ | 50.61 | 57.79 | 8.69 | - |
| YUV | 185.44 | 27.3 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 7 | 0 | 0.07 | 0.97 | 0.14 | 55.47 | 0.94 | 0.44 |
| Hex | DB | CB | 7 | 0 | 7 | 61 | E | 37 | 5E | 2C |
| Octal | 333 | 313 | 7 | 0 | 7 | 141 | 16 | 67 | 136 | 54 |
| Binary | 11011011 | 11001011 | 111 | 0 | 111 | 1100001 | 1110 | 110111 | 1011110 | 101100 |
Color Harmonies of #DBCB07
Complementary color
Monochromatic Colors of #DBCB07
Black with #DBCB07
Text Example
Text Example
White with #DBCB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB07; }
p { color: rgb(219,203,7); }
H1.HeaderClassName
{
color: #DBCB07;
}
.AnyTagClassName
{
color: #DBCB07;
}
</style>
background-color css
<style>
a { background-color: #DBCB07; }
a { background-color: rgb(219,203,7); }
div.DivClassName
{
background-color: #DBCB07;
}
.BgClassName
{
background-color: #DBCB07;
}
</style>
border-color css
<style>
span { border-color: #DBCB07; }
span { border-color: rgb(219,203,7); }
td.TdClassName
{
border-color: #DBCB07;
}
.TagClassName
{
border-color: #DBCB07;
}
</style>