Shades of Bird Flower #C8B808
Tints of Bird Flower #C8B808
RGB
CMYK
RGB Variations
Color information
#C8B808 (or 0xC8B808) is known color: Bird Flower. HEX triplet: C8, B8 and 08. RGB value is (200,184,8). Sum of RGB (Red+Green+Blue) = 200+184+8=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B808 is #3747F7. Grayscale: #A9A9A9. Windows color (decimal): -3622904 or 571592. OLE color: 571592.
HSL color Cylindrical-coordinate representation of color #C8B808: hue angle of 55º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8B808 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.22 |
| HSL | 55º | 0.92% | 0.41% | - |
| HSV(B) | 55º | 0.96% | 0.78% | - |
| XYZ | 41 | 46.58 | 7.06 | - |
| YUV | 168.72 | 37.3 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 8 | 0 | 0.08 | 0.96 | 0.22 | 55 | 0.92 | 0.41 |
| Hex | C8 | B8 | 8 | 0 | 8 | 60 | 16 | 37 | 5C | 29 |
| Octal | 310 | 270 | 10 | 0 | 10 | 140 | 26 | 67 | 134 | 51 |
| Binary | 11001000 | 10111000 | 1000 | 0 | 1000 | 1100000 | 10110 | 110111 | 1011100 | 101001 |
Color Harmonies of #C8B808
Complementary color
Monochromatic Colors of #C8B808
Black with #C8B808
Text Example
Text Example
White with #C8B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B808; }
p { color: rgb(200,184,8); }
H1.HeaderClassName
{
color: #C8B808;
}
.AnyTagClassName
{
color: #C8B808;
}
</style>
background-color css
<style>
a { background-color: #C8B808; }
a { background-color: rgb(200,184,8); }
div.DivClassName
{
background-color: #C8B808;
}
.BgClassName
{
background-color: #C8B808;
}
</style>
border-color css
<style>
span { border-color: #C8B808; }
span { border-color: rgb(200,184,8); }
td.TdClassName
{
border-color: #C8B808;
}
.TagClassName
{
border-color: #C8B808;
}
</style>