Shades of Bird Flower #D1C900
Tints of Bird Flower #D1C900
RGB
CMYK
RGB Variations
Color information
#D1C900 (or 0xD1C900) is known color: Bird Flower. HEX triplet: D1, C9 and 00. RGB value is (209,201,0). Sum of RGB (Red+Green+Blue) = 209+201+0=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C900 is #2E36FF. Grayscale: #B5B5B5. Windows color (decimal): -3028736 or 51665. OLE color: 51665.
HSL color Cylindrical-coordinate representation of color #D1C900: hue angle of 57.7º 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 #D1C900 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.18 |
| HSL | 57.7º | 1% | 0.41% | - |
| HSV(B) | 57.7º | 1% | 0.82% | - |
| XYZ | 47.18 | 55.33 | 8.19 | - |
| YUV | 180.48 | 26.15 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 0 | 0 | 0.04 | 1 | 0.18 | 57.7 | 1 | 0.41 |
| Hex | D1 | C9 | 0 | 0 | 4 | 64 | 12 | 3A | 64 | 29 |
| Octal | 321 | 311 | 0 | 0 | 4 | 144 | 22 | 72 | 144 | 51 |
| Binary | 11010001 | 11001001 | 0 | 0 | 100 | 1100100 | 10010 | 111010 | 1100100 | 101001 |
Color Harmonies of #D1C900
Complementary color
Monochromatic Colors of #D1C900
Black with #D1C900
Text Example
Text Example
White with #D1C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C900; }
p { color: rgb(209,201,0); }
H1.HeaderClassName
{
color: #D1C900;
}
.AnyTagClassName
{
color: #D1C900;
}
</style>
background-color css
<style>
a { background-color: #D1C900; }
a { background-color: rgb(209,201,0); }
div.DivClassName
{
background-color: #D1C900;
}
.BgClassName
{
background-color: #D1C900;
}
</style>
border-color css
<style>
span { border-color: #D1C900; }
span { border-color: rgb(209,201,0); }
td.TdClassName
{
border-color: #D1C900;
}
.TagClassName
{
border-color: #D1C900;
}
</style>