Shades of Bird Flower #D0DA09
Tints of Bird Flower #D0DA09
RGB
CMYK
RGB Variations
Color information
#D0DA09 (or 0xD0DA09) is known color: Bird Flower. HEX triplet: D0, DA and 09. RGB value is (208,218,9). Sum of RGB (Red+Green+Blue) = 208+218+9=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DA09 is #2F25F6. Grayscale: #C0C0C0. Windows color (decimal): -3089911 or 645840. OLE color: 645840.
HSL color Cylindrical-coordinate representation of color #D0DA09: hue angle of 62.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0DA09 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 9 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.15 |
| HSL | 62.87º | 0.92% | 0.45% | - |
| HSV(B) | 62.87º | 0.96% | 0.85% | - |
| XYZ | 51.13 | 63.57 | 9.83 | - |
| YUV | 191.18 | 25.19 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 9 | 0.05 | 0 | 0.96 | 0.15 | 62.87 | 0.92 | 0.45 |
| Hex | D0 | DA | 9 | 5 | 0 | 60 | F | 3F | 5C | 2D |
| Octal | 320 | 332 | 11 | 5 | 0 | 140 | 17 | 77 | 134 | 55 |
| Binary | 11010000 | 11011010 | 1001 | 101 | 0 | 1100000 | 1111 | 111111 | 1011100 | 101101 |
Color Harmonies of #D0DA09
Complementary color
Monochromatic Colors of #D0DA09
Black with #D0DA09
Text Example
Text Example
White with #D0DA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA09; }
p { color: rgb(208,218,9); }
H1.HeaderClassName
{
color: #D0DA09;
}
.AnyTagClassName
{
color: #D0DA09;
}
</style>
background-color css
<style>
a { background-color: #D0DA09; }
a { background-color: rgb(208,218,9); }
div.DivClassName
{
background-color: #D0DA09;
}
.BgClassName
{
background-color: #D0DA09;
}
</style>
border-color css
<style>
span { border-color: #D0DA09; }
span { border-color: rgb(208,218,9); }
td.TdClassName
{
border-color: #D0DA09;
}
.TagClassName
{
border-color: #D0DA09;
}
</style>