Shades of Bird Flower #D9D307
Tints of Bird Flower #D9D307
RGB
CMYK
RGB Variations
Color information
#D9D307 (or 0xD9D307) is known color: Bird Flower. HEX triplet: D9, D3 and 07. RGB value is (217,211,7). Sum of RGB (Red+Green+Blue) = 217+211+7=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D307 is #262CF8. Grayscale: #BEBEBE. Windows color (decimal): -2501881 or 512985. OLE color: 512985.
HSL color Cylindrical-coordinate representation of color #D9D307: hue angle of 58.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9D307 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.15 |
| HSL | 58.29º | 0.94% | 0.44% | - |
| HSV(B) | 58.29º | 0.97% | 0.85% | - |
| XYZ | 51.95 | 61.36 | 9.31 | - |
| YUV | 189.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 7 | 0 | 0.03 | 0.97 | 0.15 | 58.29 | 0.94 | 0.44 |
| Hex | D9 | D3 | 7 | 0 | 3 | 61 | F | 3A | 5E | 2C |
| Octal | 331 | 323 | 7 | 0 | 3 | 141 | 17 | 72 | 136 | 54 |
| Binary | 11011001 | 11010011 | 111 | 0 | 11 | 1100001 | 1111 | 111010 | 1011110 | 101100 |
Color Harmonies of #D9D307
Complementary color
Monochromatic Colors of #D9D307
Black with #D9D307
Text Example
Text Example
White with #D9D307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D307; }
p { color: rgb(217,211,7); }
H1.HeaderClassName
{
color: #D9D307;
}
.AnyTagClassName
{
color: #D9D307;
}
</style>
background-color css
<style>
a { background-color: #D9D307; }
a { background-color: rgb(217,211,7); }
div.DivClassName
{
background-color: #D9D307;
}
.BgClassName
{
background-color: #D9D307;
}
</style>
border-color css
<style>
span { border-color: #D9D307; }
span { border-color: rgb(217,211,7); }
td.TdClassName
{
border-color: #D9D307;
}
.TagClassName
{
border-color: #D9D307;
}
</style>