Shades of Bird Flower #C6B722
Tints of Bird Flower #C6B722
RGB
CMYK
RGB Variations
Color information
#C6B722 (or 0xC6B722) is known color: Bird Flower. HEX triplet: C6, B7 and 22. RGB value is (198,183,34). Sum of RGB (Red+Green+Blue) = 198+183+34=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B722 is #3948DD. Grayscale: #ABABAB. Windows color (decimal): -3754206 or 2275270. OLE color: 2275270.
HSL color Cylindrical-coordinate representation of color #C6B722: hue angle of 54.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6B722 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 34 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.22 |
| HSL | 54.51º | 0.71% | 0.45% | - |
| HSV(B) | 54.51º | 0.83% | 0.78% | - |
| XYZ | 40.51 | 45.99 | 8.25 | - |
| YUV | 170.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 34 | 0 | 0.08 | 0.83 | 0.22 | 54.51 | 0.71 | 0.45 |
| Hex | C6 | B7 | 22 | 0 | 8 | 53 | 16 | 37 | 47 | 2D |
| Octal | 306 | 267 | 42 | 0 | 10 | 123 | 26 | 67 | 107 | 55 |
| Binary | 11000110 | 10110111 | 100010 | 0 | 1000 | 1010011 | 10110 | 110111 | 1000111 | 101101 |
Color Harmonies of #C6B722
Complementary color
Monochromatic Colors of #C6B722
Black with #C6B722
Text Example
Text Example
White with #C6B722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B722; }
p { color: rgb(198,183,34); }
H1.HeaderClassName
{
color: #C6B722;
}
.AnyTagClassName
{
color: #C6B722;
}
</style>
background-color css
<style>
a { background-color: #C6B722; }
a { background-color: rgb(198,183,34); }
div.DivClassName
{
background-color: #C6B722;
}
.BgClassName
{
background-color: #C6B722;
}
</style>
border-color css
<style>
span { border-color: #C6B722; }
span { border-color: rgb(198,183,34); }
td.TdClassName
{
border-color: #C6B722;
}
.TagClassName
{
border-color: #C6B722;
}
</style>