Shades of Bird Flower #D6C811
Tints of Bird Flower #D6C811
RGB
CMYK
RGB Variations
Color information
#D6C811 (or 0xD6C811) is known color: Bird Flower. HEX triplet: D6, C8 and 11. RGB value is (214,200,17). Sum of RGB (Red+Green+Blue) = 214+200+17=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C811 is #2937EE. Grayscale: #B8B8B8. Windows color (decimal): -2701295 or 1165526. OLE color: 1165526.
HSL color Cylindrical-coordinate representation of color #D6C811: hue angle of 55.74º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6C811 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.16 |
| HSL | 55.74º | 0.85% | 0.45% | - |
| HSV(B) | 55.74º | 0.92% | 0.84% | - |
| XYZ | 48.49 | 55.65 | 8.72 | - |
| YUV | 183.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 17 | 0 | 0.07 | 0.92 | 0.16 | 55.74 | 0.85 | 0.45 |
| Hex | D6 | C8 | 11 | 0 | 7 | 5C | 10 | 38 | 55 | 2D |
| Octal | 326 | 310 | 21 | 0 | 7 | 134 | 20 | 70 | 125 | 55 |
| Binary | 11010110 | 11001000 | 10001 | 0 | 111 | 1011100 | 10000 | 111000 | 1010101 | 101101 |
Color Harmonies of #D6C811
Complementary color
Monochromatic Colors of #D6C811
Black with #D6C811
Text Example
Text Example
White with #D6C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C811; }
p { color: rgb(214,200,17); }
H1.HeaderClassName
{
color: #D6C811;
}
.AnyTagClassName
{
color: #D6C811;
}
</style>
background-color css
<style>
a { background-color: #D6C811; }
a { background-color: rgb(214,200,17); }
div.DivClassName
{
background-color: #D6C811;
}
.BgClassName
{
background-color: #D6C811;
}
</style>
border-color css
<style>
span { border-color: #D6C811; }
span { border-color: rgb(214,200,17); }
td.TdClassName
{
border-color: #D6C811;
}
.TagClassName
{
border-color: #D6C811;
}
</style>