Shades of Bird Flower #D1C915
Tints of Bird Flower #D1C915
RGB
CMYK
RGB Variations
Color information
#D1C915 (or 0xD1C915) is known color: Bird Flower. HEX triplet: D1, C9 and 15. RGB value is (209,201,21). Sum of RGB (Red+Green+Blue) = 209+201+21=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C915 is #2E36EA. Grayscale: #B7B7B7. Windows color (decimal): -3028715 or 1427921. OLE color: 1427921.
HSL color Cylindrical-coordinate representation of color #D1C915: hue angle of 57.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1C915 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 21 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.18 |
| HSL | 57.45º | 0.82% | 0.45% | - |
| HSV(B) | 57.45º | 0.9% | 0.82% | - |
| XYZ | 47.32 | 55.38 | 8.91 | - |
| YUV | 182.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 21 | 0 | 0.04 | 0.90 | 0.18 | 57.45 | 0.82 | 0.45 |
| Hex | D1 | C9 | 15 | 0 | 4 | 5A | 12 | 39 | 52 | 2D |
| Octal | 321 | 311 | 25 | 0 | 4 | 132 | 22 | 71 | 122 | 55 |
| Binary | 11010001 | 11001001 | 10101 | 0 | 100 | 1011010 | 10010 | 111001 | 1010010 | 101101 |
Color Harmonies of #D1C915
Complementary color
Monochromatic Colors of #D1C915
Black with #D1C915
Text Example
Text Example
White with #D1C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C915; }
p { color: rgb(209,201,21); }
H1.HeaderClassName
{
color: #D1C915;
}
.AnyTagClassName
{
color: #D1C915;
}
</style>
background-color css
<style>
a { background-color: #D1C915; }
a { background-color: rgb(209,201,21); }
div.DivClassName
{
background-color: #D1C915;
}
.BgClassName
{
background-color: #D1C915;
}
</style>
border-color css
<style>
span { border-color: #D1C915; }
span { border-color: rgb(209,201,21); }
td.TdClassName
{
border-color: #D1C915;
}
.TagClassName
{
border-color: #D1C915;
}
</style>