Shades of Bird Flower #D7DB09
Tints of Bird Flower #D7DB09
RGB
CMYK
RGB Variations
Color information
#D7DB09 (or 0xD7DB09) is known color: Bird Flower. HEX triplet: D7, DB and 09. RGB value is (215,219,9). Sum of RGB (Red+Green+Blue) = 215+219+9=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DB09 is #2824F6. Grayscale: #C2C2C2. Windows color (decimal): -2630903 or 646103. OLE color: 646103.
HSL color Cylindrical-coordinate representation of color #D7DB09: hue angle of 61.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7DB09 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.14 |
| HSL | 61.14º | 0.92% | 0.45% | - |
| HSV(B) | 61.14º | 0.96% | 0.86% | - |
| XYZ | 53.41 | 65.13 | 10.02 | - |
| YUV | 193.86 | 23.67 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 9 | 0.02 | 0 | 0.96 | 0.14 | 61.14 | 0.92 | 0.45 |
| Hex | D7 | DB | 9 | 2 | 0 | 60 | E | 3D | 5C | 2D |
| Octal | 327 | 333 | 11 | 2 | 0 | 140 | 16 | 75 | 134 | 55 |
| Binary | 11010111 | 11011011 | 1001 | 10 | 0 | 1100000 | 1110 | 111101 | 1011100 | 101101 |
Color Harmonies of #D7DB09
Complementary color
Monochromatic Colors of #D7DB09
Black with #D7DB09
Text Example
Text Example
White with #D7DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB09; }
p { color: rgb(215,219,9); }
H1.HeaderClassName
{
color: #D7DB09;
}
.AnyTagClassName
{
color: #D7DB09;
}
</style>
background-color css
<style>
a { background-color: #D7DB09; }
a { background-color: rgb(215,219,9); }
div.DivClassName
{
background-color: #D7DB09;
}
.BgClassName
{
background-color: #D7DB09;
}
</style>
border-color css
<style>
span { border-color: #D7DB09; }
span { border-color: rgb(215,219,9); }
td.TdClassName
{
border-color: #D7DB09;
}
.TagClassName
{
border-color: #D7DB09;
}
</style>