Shades of Bird Flower #C8B50D
Tints of Bird Flower #C8B50D
RGB
CMYK
RGB Variations
Color information
#C8B50D (or 0xC8B50D) is known color: Bird Flower. HEX triplet: C8, B5 and 0D. RGB value is (200,181,13). Sum of RGB (Red+Green+Blue) = 200+181+13=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B50D is #374AF2. Grayscale: #A8A8A8. Windows color (decimal): -3623667 or 898504. OLE color: 898504.
HSL color Cylindrical-coordinate representation of color #C8B50D: hue angle of 53.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8B50D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.22 |
| HSL | 53.9º | 0.88% | 0.42% | - |
| HSV(B) | 53.9º | 0.94% | 0.78% | - |
| XYZ | 40.42 | 45.36 | 7.01 | - |
| YUV | 167.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 13 | 0 | 0.09 | 0.94 | 0.22 | 53.9 | 0.88 | 0.42 |
| Hex | C8 | B5 | D | 0 | 9 | 5E | 16 | 36 | 58 | 2A |
| Octal | 310 | 265 | 15 | 0 | 11 | 136 | 26 | 66 | 130 | 52 |
| Binary | 11001000 | 10110101 | 1101 | 0 | 1001 | 1011110 | 10110 | 110110 | 1011000 | 101010 |
Color Harmonies of #C8B50D
Complementary color
Monochromatic Colors of #C8B50D
Black with #C8B50D
Text Example
Text Example
White with #C8B50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B50D; }
p { color: rgb(200,181,13); }
H1.HeaderClassName
{
color: #C8B50D;
}
.AnyTagClassName
{
color: #C8B50D;
}
</style>
background-color css
<style>
a { background-color: #C8B50D; }
a { background-color: rgb(200,181,13); }
div.DivClassName
{
background-color: #C8B50D;
}
.BgClassName
{
background-color: #C8B50D;
}
</style>
border-color css
<style>
span { border-color: #C8B50D; }
span { border-color: rgb(200,181,13); }
td.TdClassName
{
border-color: #C8B50D;
}
.TagClassName
{
border-color: #C8B50D;
}
</style>