Shades of Bird Flower #D6C80C
Tints of Bird Flower #D6C80C
RGB
CMYK
RGB Variations
Color information
#D6C80C (or 0xD6C80C) is known color: Bird Flower. HEX triplet: D6, C8 and 0C. RGB value is (214,200,12). Sum of RGB (Red+Green+Blue) = 214+200+12=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C80C is #2937F3. Grayscale: #B7B7B7. Windows color (decimal): -2701300 or 837846. OLE color: 837846.
HSL color Cylindrical-coordinate representation of color #D6C80C: hue angle of 55.84º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6C80C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.16 |
| HSL | 55.84º | 0.89% | 0.44% | - |
| HSV(B) | 55.84º | 0.94% | 0.84% | - |
| XYZ | 48.45 | 55.63 | 8.53 | - |
| YUV | 182.75 | 31.64 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 12 | 0 | 0.07 | 0.94 | 0.16 | 55.84 | 0.89 | 0.44 |
| Hex | D6 | C8 | C | 0 | 7 | 5E | 10 | 38 | 59 | 2C |
| Octal | 326 | 310 | 14 | 0 | 7 | 136 | 20 | 70 | 131 | 54 |
| Binary | 11010110 | 11001000 | 1100 | 0 | 111 | 1011110 | 10000 | 111000 | 1011001 | 101100 |
Color Harmonies of #D6C80C
Complementary color
Monochromatic Colors of #D6C80C
Black with #D6C80C
Text Example
Text Example
White with #D6C80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C80C; }
p { color: rgb(214,200,12); }
H1.HeaderClassName
{
color: #D6C80C;
}
.AnyTagClassName
{
color: #D6C80C;
}
</style>
background-color css
<style>
a { background-color: #D6C80C; }
a { background-color: rgb(214,200,12); }
div.DivClassName
{
background-color: #D6C80C;
}
.BgClassName
{
background-color: #D6C80C;
}
</style>
border-color css
<style>
span { border-color: #D6C80C; }
span { border-color: rgb(214,200,12); }
td.TdClassName
{
border-color: #D6C80C;
}
.TagClassName
{
border-color: #D6C80C;
}
</style>