Shades of Bird Flower #D4C515
Tints of Bird Flower #D4C515
RGB
CMYK
RGB Variations
Color information
#D4C515 (or 0xD4C515) is known color: Bird Flower. HEX triplet: D4, C5 and 15. RGB value is (212,197,21). Sum of RGB (Red+Green+Blue) = 212+197+21=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C515 is #2B3AEA. Grayscale: #B6B6B6. Windows color (decimal): -2833131 or 1426900. OLE color: 1426900.
HSL color Cylindrical-coordinate representation of color #D4C515: hue angle of 55.29º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4C515 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 197 | 21 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.17 |
| HSL | 55.29º | 0.82% | 0.46% | - |
| HSV(B) | 55.29º | 0.9% | 0.83% | - |
| XYZ | 47.25 | 53.98 | 8.64 | - |
| YUV | 181.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 21 | 0 | 0.07 | 0.90 | 0.17 | 55.29 | 0.82 | 0.46 |
| Hex | D4 | C5 | 15 | 0 | 7 | 5A | 11 | 37 | 52 | 2E |
| Octal | 324 | 305 | 25 | 0 | 7 | 132 | 21 | 67 | 122 | 56 |
| Binary | 11010100 | 11000101 | 10101 | 0 | 111 | 1011010 | 10001 | 110111 | 1010010 | 101110 |
Color Harmonies of #D4C515
Complementary color
Monochromatic Colors of #D4C515
Black with #D4C515
Text Example
Text Example
White with #D4C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C515; }
p { color: rgb(212,197,21); }
H1.HeaderClassName
{
color: #D4C515;
}
.AnyTagClassName
{
color: #D4C515;
}
</style>
background-color css
<style>
a { background-color: #D4C515; }
a { background-color: rgb(212,197,21); }
div.DivClassName
{
background-color: #D4C515;
}
.BgClassName
{
background-color: #D4C515;
}
</style>
border-color css
<style>
span { border-color: #D4C515; }
span { border-color: rgb(212,197,21); }
td.TdClassName
{
border-color: #D4C515;
}
.TagClassName
{
border-color: #D4C515;
}
</style>