Shades of Bird Flower #D6C80E
Tints of Bird Flower #D6C80E
RGB
CMYK
RGB Variations
Color information
#D6C80E (or 0xD6C80E) is known color: Bird Flower. HEX triplet: D6, C8 and 0E. RGB value is (214,200,14). Sum of RGB (Red+Green+Blue) = 214+200+14=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C80E is #2937F1. Grayscale: #B7B7B7. Windows color (decimal): -2701298 or 968918. OLE color: 968918.
HSL color Cylindrical-coordinate representation of color #D6C80E: hue angle of 55.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6C80E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 14 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.16 |
| HSL | 55.8º | 0.88% | 0.45% | - |
| HSV(B) | 55.8º | 0.93% | 0.84% | - |
| XYZ | 48.47 | 55.64 | 8.6 | - |
| YUV | 182.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 14 | 0 | 0.07 | 0.93 | 0.16 | 55.8 | 0.88 | 0.45 |
| Hex | D6 | C8 | E | 0 | 7 | 5D | 10 | 38 | 58 | 2D |
| Octal | 326 | 310 | 16 | 0 | 7 | 135 | 20 | 70 | 130 | 55 |
| Binary | 11010110 | 11001000 | 1110 | 0 | 111 | 1011101 | 10000 | 111000 | 1011000 | 101101 |
Color Harmonies of #D6C80E
Complementary color
Monochromatic Colors of #D6C80E
Black with #D6C80E
Text Example
Text Example
White with #D6C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C80E; }
p { color: rgb(214,200,14); }
H1.HeaderClassName
{
color: #D6C80E;
}
.AnyTagClassName
{
color: #D6C80E;
}
</style>
background-color css
<style>
a { background-color: #D6C80E; }
a { background-color: rgb(214,200,14); }
div.DivClassName
{
background-color: #D6C80E;
}
.BgClassName
{
background-color: #D6C80E;
}
</style>
border-color css
<style>
span { border-color: #D6C80E; }
span { border-color: rgb(214,200,14); }
td.TdClassName
{
border-color: #D6C80E;
}
.TagClassName
{
border-color: #D6C80E;
}
</style>