Shades of Bird Flower #D6C516
Tints of Bird Flower #D6C516
RGB
CMYK
RGB Variations
Color information
#D6C516 (or 0xD6C516) is known color: Bird Flower. HEX triplet: D6, C5 and 16. RGB value is (214,197,22). Sum of RGB (Red+Green+Blue) = 214+197+22=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C516 is #293AE9. Grayscale: #B6B6B6. Windows color (decimal): -2702058 or 1492438. OLE color: 1492438.
HSL color Cylindrical-coordinate representation of color #D6C516: hue angle of 54.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6C516 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 22 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.16 |
| HSL | 54.69º | 0.81% | 0.46% | - |
| HSV(B) | 54.69º | 0.9% | 0.84% | - |
| XYZ | 47.84 | 54.29 | 8.72 | - |
| YUV | 182.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 22 | 0 | 0.08 | 0.90 | 0.16 | 54.69 | 0.81 | 0.46 |
| Hex | D6 | C5 | 16 | 0 | 8 | 5A | 10 | 37 | 51 | 2E |
| Octal | 326 | 305 | 26 | 0 | 10 | 132 | 20 | 67 | 121 | 56 |
| Binary | 11010110 | 11000101 | 10110 | 0 | 1000 | 1011010 | 10000 | 110111 | 1010001 | 101110 |
Color Harmonies of #D6C516
Complementary color
Monochromatic Colors of #D6C516
Black with #D6C516
Text Example
Text Example
White with #D6C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C516; }
p { color: rgb(214,197,22); }
H1.HeaderClassName
{
color: #D6C516;
}
.AnyTagClassName
{
color: #D6C516;
}
</style>
background-color css
<style>
a { background-color: #D6C516; }
a { background-color: rgb(214,197,22); }
div.DivClassName
{
background-color: #D6C516;
}
.BgClassName
{
background-color: #D6C516;
}
</style>
border-color css
<style>
span { border-color: #D6C516; }
span { border-color: rgb(214,197,22); }
td.TdClassName
{
border-color: #D6C516;
}
.TagClassName
{
border-color: #D6C516;
}
</style>