Shades of Bird Flower #D1C415
Tints of Bird Flower #D1C415
RGB
CMYK
RGB Variations
Color information
#D1C415 (or 0xD1C415) is known color: Bird Flower. HEX triplet: D1, C4 and 15. RGB value is (209,196,21). Sum of RGB (Red+Green+Blue) = 209+196+21=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C415 is #2E3BEA. Grayscale: #B4B4B4. Windows color (decimal): -3029995 or 1426641. OLE color: 1426641.
HSL color Cylindrical-coordinate representation of color #D1C415: hue angle of 55.85º 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 #D1C415 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.18 |
| HSL | 55.85º | 0.82% | 0.45% | - |
| HSV(B) | 55.85º | 0.9% | 0.82% | - |
| XYZ | 46.17 | 53.09 | 8.52 | - |
| YUV | 179.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 21 | 0 | 0.06 | 0.90 | 0.18 | 55.85 | 0.82 | 0.45 |
| Hex | D1 | C4 | 15 | 0 | 6 | 5A | 12 | 38 | 52 | 2D |
| Octal | 321 | 304 | 25 | 0 | 6 | 132 | 22 | 70 | 122 | 55 |
| Binary | 11010001 | 11000100 | 10101 | 0 | 110 | 1011010 | 10010 | 111000 | 1010010 | 101101 |
Color Harmonies of #D1C415
Complementary color
Monochromatic Colors of #D1C415
Black with #D1C415
Text Example
Text Example
White with #D1C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C415; }
p { color: rgb(209,196,21); }
H1.HeaderClassName
{
color: #D1C415;
}
.AnyTagClassName
{
color: #D1C415;
}
</style>
background-color css
<style>
a { background-color: #D1C415; }
a { background-color: rgb(209,196,21); }
div.DivClassName
{
background-color: #D1C415;
}
.BgClassName
{
background-color: #D1C415;
}
</style>
border-color css
<style>
span { border-color: #D1C415; }
span { border-color: rgb(209,196,21); }
td.TdClassName
{
border-color: #D1C415;
}
.TagClassName
{
border-color: #D1C415;
}
</style>