Shades of Bird Flower #D1C50C
Tints of Bird Flower #D1C50C
RGB
CMYK
RGB Variations
Color information
#D1C50C (or 0xD1C50C) is known color: Bird Flower. HEX triplet: D1, C5 and 0C. RGB value is (209,197,12). Sum of RGB (Red+Green+Blue) = 209+197+12=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C50C is #2E3AF3. Grayscale: #B4B4B4. Windows color (decimal): -3029748 or 837073. OLE color: 837073.
HSL color Cylindrical-coordinate representation of color #D1C50C: hue angle of 56.35º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1C50C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.18 |
| HSL | 56.35º | 0.89% | 0.43% | - |
| HSV(B) | 56.35º | 0.94% | 0.82% | - |
| XYZ | 46.33 | 53.51 | 8.24 | - |
| YUV | 179.5 | 33.48 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 12 | 0 | 0.06 | 0.94 | 0.18 | 56.35 | 0.89 | 0.43 |
| Hex | D1 | C5 | C | 0 | 6 | 5E | 12 | 38 | 59 | 2B |
| Octal | 321 | 305 | 14 | 0 | 6 | 136 | 22 | 70 | 131 | 53 |
| Binary | 11010001 | 11000101 | 1100 | 0 | 110 | 1011110 | 10010 | 111000 | 1011001 | 101011 |
Color Harmonies of #D1C50C
Complementary color
Monochromatic Colors of #D1C50C
Black with #D1C50C
Text Example
Text Example
White with #D1C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C50C; }
p { color: rgb(209,197,12); }
H1.HeaderClassName
{
color: #D1C50C;
}
.AnyTagClassName
{
color: #D1C50C;
}
</style>
background-color css
<style>
a { background-color: #D1C50C; }
a { background-color: rgb(209,197,12); }
div.DivClassName
{
background-color: #D1C50C;
}
.BgClassName
{
background-color: #D1C50C;
}
</style>
border-color css
<style>
span { border-color: #D1C50C; }
span { border-color: rgb(209,197,12); }
td.TdClassName
{
border-color: #D1C50C;
}
.TagClassName
{
border-color: #D1C50C;
}
</style>