Shades of Bird Flower #D1C500
Tints of Bird Flower #D1C500
RGB
CMYK
RGB Variations
Color information
#D1C500 (or 0xD1C500) is known color: Bird Flower. HEX triplet: D1, C5 and 00. RGB value is (209,197,0). Sum of RGB (Red+Green+Blue) = 209+197+0=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C500 is #2E3AFF. Grayscale: #B2B2B2. Windows color (decimal): -3029760 or 50641. OLE color: 50641.
HSL color Cylindrical-coordinate representation of color #D1C500: hue angle of 56.56º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1C500 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.18 |
| HSL | 56.56º | 1% | 0.41% | - |
| HSV(B) | 56.56º | 1% | 0.82% | - |
| XYZ | 46.26 | 53.49 | 7.89 | - |
| YUV | 178.13 | 27.48 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 0 | 0 | 0.06 | 1 | 0.18 | 56.56 | 1 | 0.41 |
| Hex | D1 | C5 | 0 | 0 | 6 | 64 | 12 | 39 | 64 | 29 |
| Octal | 321 | 305 | 0 | 0 | 6 | 144 | 22 | 71 | 144 | 51 |
| Binary | 11010001 | 11000101 | 0 | 0 | 110 | 1100100 | 10010 | 111001 | 1100100 | 101001 |
Color Harmonies of #D1C500
Complementary color
Monochromatic Colors of #D1C500
Black with #D1C500
Text Example
Text Example
White with #D1C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C500; }
p { color: rgb(209,197,0); }
H1.HeaderClassName
{
color: #D1C500;
}
.AnyTagClassName
{
color: #D1C500;
}
</style>
background-color css
<style>
a { background-color: #D1C500; }
a { background-color: rgb(209,197,0); }
div.DivClassName
{
background-color: #D1C500;
}
.BgClassName
{
background-color: #D1C500;
}
</style>
border-color css
<style>
span { border-color: #D1C500; }
span { border-color: rgb(209,197,0); }
td.TdClassName
{
border-color: #D1C500;
}
.TagClassName
{
border-color: #D1C500;
}
</style>