Shades of Bird Flower #D1C109
Tints of Bird Flower #D1C109
RGB
CMYK
RGB Variations
Color information
#D1C109 (or 0xD1C109) is known color: Bird Flower. HEX triplet: D1, C1 and 09. RGB value is (209,193,9). Sum of RGB (Red+Green+Blue) = 209+193+9=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C109 is #2E3EF6. Grayscale: #B1B1B1. Windows color (decimal): -3030775 or 639441. OLE color: 639441.
HSL color Cylindrical-coordinate representation of color #D1C109: hue angle of 55.2º 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 #D1C109 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.18 |
| HSL | 55.2º | 0.92% | 0.43% | - |
| HSV(B) | 55.2º | 0.96% | 0.82% | - |
| XYZ | 45.41 | 51.71 | 7.85 | - |
| YUV | 176.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 9 | 0 | 0.08 | 0.96 | 0.18 | 55.2 | 0.92 | 0.43 |
| Hex | D1 | C1 | 9 | 0 | 8 | 60 | 12 | 37 | 5C | 2B |
| Octal | 321 | 301 | 11 | 0 | 10 | 140 | 22 | 67 | 134 | 53 |
| Binary | 11010001 | 11000001 | 1001 | 0 | 1000 | 1100000 | 10010 | 110111 | 1011100 | 101011 |
Color Harmonies of #D1C109
Complementary color
Monochromatic Colors of #D1C109
Black with #D1C109
Text Example
Text Example
White with #D1C109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C109; }
p { color: rgb(209,193,9); }
H1.HeaderClassName
{
color: #D1C109;
}
.AnyTagClassName
{
color: #D1C109;
}
</style>
background-color css
<style>
a { background-color: #D1C109; }
a { background-color: rgb(209,193,9); }
div.DivClassName
{
background-color: #D1C109;
}
.BgClassName
{
background-color: #D1C109;
}
</style>
border-color css
<style>
span { border-color: #D1C109; }
span { border-color: rgb(209,193,9); }
td.TdClassName
{
border-color: #D1C109;
}
.TagClassName
{
border-color: #D1C109;
}
</style>