Shades of Bird Flower #DBD607
Tints of Bird Flower #DBD607
RGB
CMYK
RGB Variations
Color information
#DBD607 (or 0xDBD607) is known color: Bird Flower. HEX triplet: DB, D6 and 07. RGB value is (219,214,7). Sum of RGB (Red+Green+Blue) = 219+214+7=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD607 is #2429F8. Grayscale: #C0C0C0. Windows color (decimal): -2370041 or 513755. OLE color: 513755.
HSL color Cylindrical-coordinate representation of color #DBD607: hue angle of 58.58º 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 #DBD607 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.14 |
| HSL | 58.58º | 0.94% | 0.44% | - |
| HSV(B) | 58.58º | 0.97% | 0.86% | - |
| XYZ | 53.3 | 63.17 | 9.58 | - |
| YUV | 191.9 | 23.66 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 7 | 0 | 0.02 | 0.97 | 0.14 | 58.58 | 0.94 | 0.44 |
| Hex | DB | D6 | 7 | 0 | 2 | 61 | E | 3B | 5E | 2C |
| Octal | 333 | 326 | 7 | 0 | 2 | 141 | 16 | 73 | 136 | 54 |
| Binary | 11011011 | 11010110 | 111 | 0 | 10 | 1100001 | 1110 | 111011 | 1011110 | 101100 |
Color Harmonies of #DBD607
Complementary color
Monochromatic Colors of #DBD607
Black with #DBD607
Text Example
Text Example
White with #DBD607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD607; }
p { color: rgb(219,214,7); }
H1.HeaderClassName
{
color: #DBD607;
}
.AnyTagClassName
{
color: #DBD607;
}
</style>
background-color css
<style>
a { background-color: #DBD607; }
a { background-color: rgb(219,214,7); }
div.DivClassName
{
background-color: #DBD607;
}
.BgClassName
{
background-color: #DBD607;
}
</style>
border-color css
<style>
span { border-color: #DBD607; }
span { border-color: rgb(219,214,7); }
td.TdClassName
{
border-color: #DBD607;
}
.TagClassName
{
border-color: #DBD607;
}
</style>