Shades of Bird Flower #D1C515
Tints of Bird Flower #D1C515
RGB
CMYK
RGB Variations
Color information
#D1C515 (or 0xD1C515) is known color: Bird Flower. HEX triplet: D1, C5 and 15. RGB value is (209,197,21). Sum of RGB (Red+Green+Blue) = 209+197+21=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C515 is #2E3AEA. Grayscale: #B5B5B5. Windows color (decimal): -3029739 or 1426897. OLE color: 1426897.
HSL color Cylindrical-coordinate representation of color #D1C515: hue angle of 56.17º 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 #D1C515 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.18 |
| HSL | 56.17º | 0.82% | 0.45% | - |
| HSV(B) | 56.17º | 0.9% | 0.82% | - |
| XYZ | 46.4 | 53.54 | 8.6 | - |
| YUV | 180.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 21 | 0 | 0.06 | 0.90 | 0.18 | 56.17 | 0.82 | 0.45 |
| Hex | D1 | C5 | 15 | 0 | 6 | 5A | 12 | 38 | 52 | 2D |
| Octal | 321 | 305 | 25 | 0 | 6 | 132 | 22 | 70 | 122 | 55 |
| Binary | 11010001 | 11000101 | 10101 | 0 | 110 | 1011010 | 10010 | 111000 | 1010010 | 101101 |
Color Harmonies of #D1C515
Complementary color
Monochromatic Colors of #D1C515
Black with #D1C515
Text Example
Text Example
White with #D1C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C515; }
p { color: rgb(209,197,21); }
H1.HeaderClassName
{
color: #D1C515;
}
.AnyTagClassName
{
color: #D1C515;
}
</style>
background-color css
<style>
a { background-color: #D1C515; }
a { background-color: rgb(209,197,21); }
div.DivClassName
{
background-color: #D1C515;
}
.BgClassName
{
background-color: #D1C515;
}
</style>
border-color css
<style>
span { border-color: #D1C515; }
span { border-color: rgb(209,197,21); }
td.TdClassName
{
border-color: #D1C515;
}
.TagClassName
{
border-color: #D1C515;
}
</style>