Shades of Bird Flower #D1CF09
Tints of Bird Flower #D1CF09
RGB
CMYK
RGB Variations
Color information
#D1CF09 (or 0xD1CF09) is known color: Bird Flower. HEX triplet: D1, CF and 09. RGB value is (209,207,9). Sum of RGB (Red+Green+Blue) = 209+207+9=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF09 is #2E30F6. Grayscale: #B9B9B9. Windows color (decimal): -3027191 or 643025. OLE color: 643025.
HSL color Cylindrical-coordinate representation of color #D1CF09: hue angle of 59.4º 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 #D1CF09 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 9 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.18 |
| HSL | 59.4º | 0.92% | 0.43% | - |
| HSV(B) | 59.4º | 0.96% | 0.82% | - |
| XYZ | 48.66 | 58.2 | 8.93 | - |
| YUV | 185.03 | 28.66 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 9 | 0 | 0.01 | 0.96 | 0.18 | 59.4 | 0.92 | 0.43 |
| Hex | D1 | CF | 9 | 0 | 1 | 60 | 12 | 3B | 5C | 2B |
| Octal | 321 | 317 | 11 | 0 | 1 | 140 | 22 | 73 | 134 | 53 |
| Binary | 11010001 | 11001111 | 1001 | 0 | 1 | 1100000 | 10010 | 111011 | 1011100 | 101011 |
Color Harmonies of #D1CF09
Complementary color
Monochromatic Colors of #D1CF09
Black with #D1CF09
Text Example
Text Example
White with #D1CF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF09; }
p { color: rgb(209,207,9); }
H1.HeaderClassName
{
color: #D1CF09;
}
.AnyTagClassName
{
color: #D1CF09;
}
</style>
background-color css
<style>
a { background-color: #D1CF09; }
a { background-color: rgb(209,207,9); }
div.DivClassName
{
background-color: #D1CF09;
}
.BgClassName
{
background-color: #D1CF09;
}
</style>
border-color css
<style>
span { border-color: #D1CF09; }
span { border-color: rgb(209,207,9); }
td.TdClassName
{
border-color: #D1CF09;
}
.TagClassName
{
border-color: #D1CF09;
}
</style>