Shades of Bird Flower #D6C716
Tints of Bird Flower #D6C716
RGB
CMYK
RGB Variations
Color information
#D6C716 (or 0xD6C716) is known color: Bird Flower. HEX triplet: D6, C7 and 16. RGB value is (214,199,22). Sum of RGB (Red+Green+Blue) = 214+199+22=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C716 is #2938E9. Grayscale: #B8B8B8. Windows color (decimal): -2701546 or 1492950. OLE color: 1492950.
HSL color Cylindrical-coordinate representation of color #D6C716: hue angle of 55.31º 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 #D6C716 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.16 |
| HSL | 55.31º | 0.81% | 0.46% | - |
| HSV(B) | 55.31º | 0.9% | 0.84% | - |
| XYZ | 48.3 | 55.2 | 8.87 | - |
| YUV | 183.31 | 36.97 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 22 | 0 | 0.07 | 0.90 | 0.16 | 55.31 | 0.81 | 0.46 |
| Hex | D6 | C7 | 16 | 0 | 7 | 5A | 10 | 37 | 51 | 2E |
| Octal | 326 | 307 | 26 | 0 | 7 | 132 | 20 | 67 | 121 | 56 |
| Binary | 11010110 | 11000111 | 10110 | 0 | 111 | 1011010 | 10000 | 110111 | 1010001 | 101110 |
Color Harmonies of #D6C716
Complementary color
Monochromatic Colors of #D6C716
Black with #D6C716
Text Example
Text Example
White with #D6C716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C716; }
p { color: rgb(214,199,22); }
H1.HeaderClassName
{
color: #D6C716;
}
.AnyTagClassName
{
color: #D6C716;
}
</style>
background-color css
<style>
a { background-color: #D6C716; }
a { background-color: rgb(214,199,22); }
div.DivClassName
{
background-color: #D6C716;
}
.BgClassName
{
background-color: #D6C716;
}
</style>
border-color css
<style>
span { border-color: #D6C716; }
span { border-color: rgb(214,199,22); }
td.TdClassName
{
border-color: #D6C716;
}
.TagClassName
{
border-color: #D6C716;
}
</style>