Shades of Bird Flower #C6B917
Tints of Bird Flower #C6B917
RGB
CMYK
RGB Variations
Color information
#C6B917 (or 0xC6B917) is known color: Bird Flower. HEX triplet: C6, B9 and 17. RGB value is (198,185,23). Sum of RGB (Red+Green+Blue) = 198+185+23=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B917 is #3946E8. Grayscale: #ABABAB. Windows color (decimal): -3753705 or 1554886. OLE color: 1554886.
HSL color Cylindrical-coordinate representation of color #C6B917: hue angle of 55.54º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6B917 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 23 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.22 |
| HSL | 55.54º | 0.79% | 0.43% | - |
| HSV(B) | 55.54º | 0.88% | 0.78% | - |
| XYZ | 40.79 | 46.77 | 7.69 | - |
| YUV | 170.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 23 | 0 | 0.07 | 0.88 | 0.22 | 55.54 | 0.79 | 0.43 |
| Hex | C6 | B9 | 17 | 0 | 7 | 58 | 16 | 38 | 4F | 2B |
| Octal | 306 | 271 | 27 | 0 | 7 | 130 | 26 | 70 | 117 | 53 |
| Binary | 11000110 | 10111001 | 10111 | 0 | 111 | 1011000 | 10110 | 111000 | 1001111 | 101011 |
Color Harmonies of #C6B917
Complementary color
Monochromatic Colors of #C6B917
Black with #C6B917
Text Example
Text Example
White with #C6B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B917; }
p { color: rgb(198,185,23); }
H1.HeaderClassName
{
color: #C6B917;
}
.AnyTagClassName
{
color: #C6B917;
}
</style>
background-color css
<style>
a { background-color: #C6B917; }
a { background-color: rgb(198,185,23); }
div.DivClassName
{
background-color: #C6B917;
}
.BgClassName
{
background-color: #C6B917;
}
</style>
border-color css
<style>
span { border-color: #C6B917; }
span { border-color: rgb(198,185,23); }
td.TdClassName
{
border-color: #C6B917;
}
.TagClassName
{
border-color: #C6B917;
}
</style>