Shades of Bird Flower #D9DC07
Tints of Bird Flower #D9DC07
RGB
CMYK
RGB Variations
Color information
#D9DC07 (or 0xD9DC07) is known color: Bird Flower. HEX triplet: D9, DC and 07. RGB value is (217,220,7). Sum of RGB (Red+Green+Blue) = 217+220+7=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DC07 is #2623F8. Grayscale: #C3C3C3. Windows color (decimal): -2499577 or 515289. OLE color: 515289.
HSL color Cylindrical-coordinate representation of color #D9DC07: hue angle of 60.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9DC07 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.14 |
| HSL | 60.85º | 0.94% | 0.45% | - |
| HSV(B) | 60.85º | 0.97% | 0.86% | - |
| XYZ | 54.25 | 65.95 | 10.07 | - |
| YUV | 194.82 | 22.01 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 7 | 0.01 | 0 | 0.97 | 0.14 | 60.85 | 0.94 | 0.45 |
| Hex | D9 | DC | 7 | 1 | 0 | 61 | E | 3D | 5E | 2D |
| Octal | 331 | 334 | 7 | 1 | 0 | 141 | 16 | 75 | 136 | 55 |
| Binary | 11011001 | 11011100 | 111 | 1 | 0 | 1100001 | 1110 | 111101 | 1011110 | 101101 |
Color Harmonies of #D9DC07
Complementary color
Monochromatic Colors of #D9DC07
Black with #D9DC07
Text Example
Text Example
White with #D9DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC07; }
p { color: rgb(217,220,7); }
H1.HeaderClassName
{
color: #D9DC07;
}
.AnyTagClassName
{
color: #D9DC07;
}
</style>
background-color css
<style>
a { background-color: #D9DC07; }
a { background-color: rgb(217,220,7); }
div.DivClassName
{
background-color: #D9DC07;
}
.BgClassName
{
background-color: #D9DC07;
}
</style>
border-color css
<style>
span { border-color: #D9DC07; }
span { border-color: rgb(217,220,7); }
td.TdClassName
{
border-color: #D9DC07;
}
.TagClassName
{
border-color: #D9DC07;
}
</style>