Shades of Bird Flower #D0CF09
Tints of Bird Flower #D0CF09
RGB
CMYK
RGB Variations
Color information
#D0CF09 (or 0xD0CF09) is known color: Bird Flower. HEX triplet: D0, CF and 09. RGB value is (208,207,9). Sum of RGB (Red+Green+Blue) = 208+207+9=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CF09 is #2F30F6. Grayscale: #B9B9B9. Windows color (decimal): -3092727 or 643024. OLE color: 643024.
HSL color Cylindrical-coordinate representation of color #D0CF09: hue angle of 59.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0CF09 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 9 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.18 |
| HSL | 59.7º | 0.92% | 0.43% | - |
| HSV(B) | 59.7º | 0.96% | 0.82% | - |
| XYZ | 48.37 | 58.06 | 8.91 | - |
| YUV | 184.73 | 28.83 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 9 | 0 | 0.00 | 0.96 | 0.18 | 59.7 | 0.92 | 0.43 |
| Hex | D0 | CF | 9 | 0 | 0 | 60 | 12 | 3C | 5C | 2B |
| Octal | 320 | 317 | 11 | 0 | 0 | 140 | 22 | 74 | 134 | 53 |
| Binary | 11010000 | 11001111 | 1001 | 0 | 0 | 1100000 | 10010 | 111100 | 1011100 | 101011 |
Color Harmonies of #D0CF09
Complementary color
Monochromatic Colors of #D0CF09
Black with #D0CF09
Text Example
Text Example
White with #D0CF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF09; }
p { color: rgb(208,207,9); }
H1.HeaderClassName
{
color: #D0CF09;
}
.AnyTagClassName
{
color: #D0CF09;
}
</style>
background-color css
<style>
a { background-color: #D0CF09; }
a { background-color: rgb(208,207,9); }
div.DivClassName
{
background-color: #D0CF09;
}
.BgClassName
{
background-color: #D0CF09;
}
</style>
border-color css
<style>
span { border-color: #D0CF09; }
span { border-color: rgb(208,207,9); }
td.TdClassName
{
border-color: #D0CF09;
}
.TagClassName
{
border-color: #D0CF09;
}
</style>