Shades of Bird Flower #C8B618
Tints of Bird Flower #C8B618
RGB
CMYK
RGB Variations
Color information
#C8B618 (or 0xC8B618) is known color: Bird Flower. HEX triplet: C8, B6 and 18. RGB value is (200,182,24). Sum of RGB (Red+Green+Blue) = 200+182+24=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B618 is #3749E7. Grayscale: #AAAAAA. Windows color (decimal): -3623400 or 1619656. OLE color: 1619656.
HSL color Cylindrical-coordinate representation of color #C8B618: hue angle of 53.86º 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 #C8B618 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 24 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.22 |
| HSL | 53.86º | 0.79% | 0.44% | - |
| HSV(B) | 53.86º | 0.88% | 0.78% | - |
| XYZ | 40.71 | 45.8 | 7.56 | - |
| YUV | 169.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 24 | 0 | 0.09 | 0.88 | 0.22 | 53.86 | 0.79 | 0.44 |
| Hex | C8 | B6 | 18 | 0 | 9 | 58 | 16 | 36 | 4F | 2C |
| Octal | 310 | 266 | 30 | 0 | 11 | 130 | 26 | 66 | 117 | 54 |
| Binary | 11001000 | 10110110 | 11000 | 0 | 1001 | 1011000 | 10110 | 110110 | 1001111 | 101100 |
Color Harmonies of #C8B618
Complementary color
Monochromatic Colors of #C8B618
Black with #C8B618
Text Example
Text Example
White with #C8B618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B618; }
p { color: rgb(200,182,24); }
H1.HeaderClassName
{
color: #C8B618;
}
.AnyTagClassName
{
color: #C8B618;
}
</style>
background-color css
<style>
a { background-color: #C8B618; }
a { background-color: rgb(200,182,24); }
div.DivClassName
{
background-color: #C8B618;
}
.BgClassName
{
background-color: #C8B618;
}
</style>
border-color css
<style>
span { border-color: #C8B618; }
span { border-color: rgb(200,182,24); }
td.TdClassName
{
border-color: #C8B618;
}
.TagClassName
{
border-color: #C8B618;
}
</style>