Shades of Bird Flower #C6B511
Tints of Bird Flower #C6B511
RGB
CMYK
RGB Variations
Color information
#C6B511 (or 0xC6B511) is known color: Bird Flower. HEX triplet: C6, B5 and 11. RGB value is (198,181,17). Sum of RGB (Red+Green+Blue) = 198+181+17=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B511 is #394AEE. Grayscale: #A8A8A8. Windows color (decimal): -3754735 or 1160646. OLE color: 1160646.
HSL color Cylindrical-coordinate representation of color #C6B511: hue angle of 54.36º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6B511 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 181 | 17 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.22 |
| HSL | 54.36º | 0.84% | 0.42% | - |
| HSV(B) | 54.36º | 0.91% | 0.78% | - |
| XYZ | 39.91 | 45.09 | 7.13 | - |
| YUV | 167.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 17 | 0 | 0.09 | 0.91 | 0.22 | 54.36 | 0.84 | 0.42 |
| Hex | C6 | B5 | 11 | 0 | 9 | 5B | 16 | 36 | 54 | 2A |
| Octal | 306 | 265 | 21 | 0 | 11 | 133 | 26 | 66 | 124 | 52 |
| Binary | 11000110 | 10110101 | 10001 | 0 | 1001 | 1011011 | 10110 | 110110 | 1010100 | 101010 |
Color Harmonies of #C6B511
Complementary color
Monochromatic Colors of #C6B511
Black with #C6B511
Text Example
Text Example
White with #C6B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B511; }
p { color: rgb(198,181,17); }
H1.HeaderClassName
{
color: #C6B511;
}
.AnyTagClassName
{
color: #C6B511;
}
</style>
background-color css
<style>
a { background-color: #C6B511; }
a { background-color: rgb(198,181,17); }
div.DivClassName
{
background-color: #C6B511;
}
.BgClassName
{
background-color: #C6B511;
}
</style>
border-color css
<style>
span { border-color: #C6B511; }
span { border-color: rgb(198,181,17); }
td.TdClassName
{
border-color: #C6B511;
}
.TagClassName
{
border-color: #C6B511;
}
</style>