Shades of Bird Flower #D3C516
Tints of Bird Flower #D3C516
RGB
CMYK
RGB Variations
Color information
#D3C516 (or 0xD3C516) is known color: Bird Flower. HEX triplet: D3, C5 and 16. RGB value is (211,197,22). Sum of RGB (Red+Green+Blue) = 211+197+22=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C516 is #2C3AE9. Grayscale: #B5B5B5. Windows color (decimal): -2898666 or 1492435. OLE color: 1492435.
HSL color Cylindrical-coordinate representation of color #D3C516: hue angle of 55.56º degrees, saturation: 0.81, 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 #D3C516 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.17 |
| HSL | 55.56º | 0.81% | 0.46% | - |
| HSV(B) | 55.56º | 0.9% | 0.83% | - |
| XYZ | 46.98 | 53.84 | 8.68 | - |
| YUV | 181.24 | 38.14 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 22 | 0 | 0.07 | 0.90 | 0.17 | 55.56 | 0.81 | 0.46 |
| Hex | D3 | C5 | 16 | 0 | 7 | 5A | 11 | 38 | 51 | 2E |
| Octal | 323 | 305 | 26 | 0 | 7 | 132 | 21 | 70 | 121 | 56 |
| Binary | 11010011 | 11000101 | 10110 | 0 | 111 | 1011010 | 10001 | 111000 | 1010001 | 101110 |
Color Harmonies of #D3C516
Complementary color
Monochromatic Colors of #D3C516
Black with #D3C516
Text Example
Text Example
White with #D3C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C516; }
p { color: rgb(211,197,22); }
H1.HeaderClassName
{
color: #D3C516;
}
.AnyTagClassName
{
color: #D3C516;
}
</style>
background-color css
<style>
a { background-color: #D3C516; }
a { background-color: rgb(211,197,22); }
div.DivClassName
{
background-color: #D3C516;
}
.BgClassName
{
background-color: #D3C516;
}
</style>
border-color css
<style>
span { border-color: #D3C516; }
span { border-color: rgb(211,197,22); }
td.TdClassName
{
border-color: #D3C516;
}
.TagClassName
{
border-color: #D3C516;
}
</style>