Shades of Bird Flower #D1C210
Tints of Bird Flower #D1C210
RGB
CMYK
RGB Variations
Color information
#D1C210 (or 0xD1C210) is known color: Bird Flower. HEX triplet: D1, C2 and 10. RGB value is (209,194,16). Sum of RGB (Red+Green+Blue) = 209+194+16=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C210 is #2E3DEF. Grayscale: #B2B2B2. Windows color (decimal): -3030512 or 1098449. OLE color: 1098449.
HSL color Cylindrical-coordinate representation of color #D1C210: hue angle of 55.34º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1C210 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 16 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.18 |
| HSL | 55.34º | 0.86% | 0.44% | - |
| HSV(B) | 55.34º | 0.92% | 0.82% | - |
| XYZ | 45.68 | 52.18 | 8.15 | - |
| YUV | 178.19 | 36.47 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 16 | 0 | 0.07 | 0.92 | 0.18 | 55.34 | 0.86 | 0.44 |
| Hex | D1 | C2 | 10 | 0 | 7 | 5C | 12 | 37 | 56 | 2C |
| Octal | 321 | 302 | 20 | 0 | 7 | 134 | 22 | 67 | 126 | 54 |
| Binary | 11010001 | 11000010 | 10000 | 0 | 111 | 1011100 | 10010 | 110111 | 1010110 | 101100 |
Color Harmonies of #D1C210
Complementary color
Monochromatic Colors of #D1C210
Black with #D1C210
Text Example
Text Example
White with #D1C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C210; }
p { color: rgb(209,194,16); }
H1.HeaderClassName
{
color: #D1C210;
}
.AnyTagClassName
{
color: #D1C210;
}
</style>
background-color css
<style>
a { background-color: #D1C210; }
a { background-color: rgb(209,194,16); }
div.DivClassName
{
background-color: #D1C210;
}
.BgClassName
{
background-color: #D1C210;
}
</style>
border-color css
<style>
span { border-color: #D1C210; }
span { border-color: rgb(209,194,16); }
td.TdClassName
{
border-color: #D1C210;
}
.TagClassName
{
border-color: #D1C210;
}
</style>