Shades of Bird Flower #C8B717
Tints of Bird Flower #C8B717
RGB
CMYK
RGB Variations
Color information
#C8B717 (or 0xC8B717) is known color: Bird Flower. HEX triplet: C8, B7 and 17. RGB value is (200,183,23). Sum of RGB (Red+Green+Blue) = 200+183+23=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B717 is #3748E8. Grayscale: #AAAAAA. Windows color (decimal): -3623145 or 1554376. OLE color: 1554376.
HSL color Cylindrical-coordinate representation of color #C8B717: hue angle of 54.24º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8B717 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 23 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.22 |
| HSL | 54.24º | 0.79% | 0.44% | - |
| HSV(B) | 54.24º | 0.89% | 0.78% | - |
| XYZ | 40.91 | 46.21 | 7.57 | - |
| YUV | 169.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 23 | 0 | 0.08 | 0.88 | 0.22 | 54.24 | 0.79 | 0.44 |
| Hex | C8 | B7 | 17 | 0 | 8 | 58 | 16 | 36 | 4F | 2C |
| Octal | 310 | 267 | 27 | 0 | 10 | 130 | 26 | 66 | 117 | 54 |
| Binary | 11001000 | 10110111 | 10111 | 0 | 1000 | 1011000 | 10110 | 110110 | 1001111 | 101100 |
Color Harmonies of #C8B717
Complementary color
Monochromatic Colors of #C8B717
Black with #C8B717
Text Example
Text Example
White with #C8B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B717; }
p { color: rgb(200,183,23); }
H1.HeaderClassName
{
color: #C8B717;
}
.AnyTagClassName
{
color: #C8B717;
}
</style>
background-color css
<style>
a { background-color: #C8B717; }
a { background-color: rgb(200,183,23); }
div.DivClassName
{
background-color: #C8B717;
}
.BgClassName
{
background-color: #C8B717;
}
</style>
border-color css
<style>
span { border-color: #C8B717; }
span { border-color: rgb(200,183,23); }
td.TdClassName
{
border-color: #C8B717;
}
.TagClassName
{
border-color: #C8B717;
}
</style>