Shades of Bird Flower #C4B717
Tints of Bird Flower #C4B717
RGB
CMYK
RGB Variations
Color information
#C4B717 (or 0xC4B717) is known color: Bird Flower. HEX triplet: C4, B7 and 17. RGB value is (196,183,23). Sum of RGB (Red+Green+Blue) = 196+183+23=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B717 is #3B48E8. Grayscale: #A9A9A9. Windows color (decimal): -3885289 or 1554372. OLE color: 1554372.
HSL color Cylindrical-coordinate representation of color #C4B717: hue angle of 55.49º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4B717 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 23 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.23 |
| HSL | 55.49º | 0.79% | 0.43% | - |
| HSV(B) | 55.49º | 0.88% | 0.77% | - |
| XYZ | 39.85 | 45.66 | 7.52 | - |
| YUV | 168.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 23 | 0 | 0.07 | 0.88 | 0.23 | 55.49 | 0.79 | 0.43 |
| Hex | C4 | B7 | 17 | 0 | 7 | 58 | 17 | 37 | 4F | 2B |
| Octal | 304 | 267 | 27 | 0 | 7 | 130 | 27 | 67 | 117 | 53 |
| Binary | 11000100 | 10110111 | 10111 | 0 | 111 | 1011000 | 10111 | 110111 | 1001111 | 101011 |
Color Harmonies of #C4B717
Complementary color
Monochromatic Colors of #C4B717
Black with #C4B717
Text Example
Text Example
White with #C4B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B717; }
p { color: rgb(196,183,23); }
H1.HeaderClassName
{
color: #C4B717;
}
.AnyTagClassName
{
color: #C4B717;
}
</style>
background-color css
<style>
a { background-color: #C4B717; }
a { background-color: rgb(196,183,23); }
div.DivClassName
{
background-color: #C4B717;
}
.BgClassName
{
background-color: #C4B717;
}
</style>
border-color css
<style>
span { border-color: #C4B717; }
span { border-color: rgb(196,183,23); }
td.TdClassName
{
border-color: #C4B717;
}
.TagClassName
{
border-color: #C4B717;
}
</style>