Shades of Bird Flower #D1C116
Tints of Bird Flower #D1C116
RGB
CMYK
RGB Variations
Color information
#D1C116 (or 0xD1C116) is known color: Bird Flower. HEX triplet: D1, C1 and 16. RGB value is (209,193,22). Sum of RGB (Red+Green+Blue) = 209+193+22=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C116 is #2E3EE9. Grayscale: #B2B2B2. Windows color (decimal): -3030762 or 1491409. OLE color: 1491409.
HSL color Cylindrical-coordinate representation of color #D1C116: hue angle of 54.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1C116 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 22 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.18 |
| HSL | 54.87º | 0.81% | 0.45% | - |
| HSV(B) | 54.87º | 0.89% | 0.82% | - |
| XYZ | 45.51 | 51.75 | 8.35 | - |
| YUV | 178.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 22 | 0 | 0.08 | 0.89 | 0.18 | 54.87 | 0.81 | 0.45 |
| Hex | D1 | C1 | 16 | 0 | 8 | 59 | 12 | 37 | 51 | 2D |
| Octal | 321 | 301 | 26 | 0 | 10 | 131 | 22 | 67 | 121 | 55 |
| Binary | 11010001 | 11000001 | 10110 | 0 | 1000 | 1011001 | 10010 | 110111 | 1010001 | 101101 |
Color Harmonies of #D1C116
Complementary color
Monochromatic Colors of #D1C116
Black with #D1C116
Text Example
Text Example
White with #D1C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C116; }
p { color: rgb(209,193,22); }
H1.HeaderClassName
{
color: #D1C116;
}
.AnyTagClassName
{
color: #D1C116;
}
</style>
background-color css
<style>
a { background-color: #D1C116; }
a { background-color: rgb(209,193,22); }
div.DivClassName
{
background-color: #D1C116;
}
.BgClassName
{
background-color: #D1C116;
}
</style>
border-color css
<style>
span { border-color: #D1C116; }
span { border-color: rgb(209,193,22); }
td.TdClassName
{
border-color: #D1C116;
}
.TagClassName
{
border-color: #D1C116;
}
</style>