Shades of Bird Flower #C8B51D
Tints of Bird Flower #C8B51D
RGB
CMYK
RGB Variations
Color information
#C8B51D (or 0xC8B51D) is known color: Bird Flower. HEX triplet: C8, B5 and 1D. RGB value is (200,181,29). Sum of RGB (Red+Green+Blue) = 200+181+29=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B51D is #374AE2. Grayscale: #A9A9A9. Windows color (decimal): -3623651 or 1947080. OLE color: 1947080.
HSL color Cylindrical-coordinate representation of color #C8B51D: hue angle of 53.33º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8B51D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 29 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.22 |
| HSL | 53.33º | 0.75% | 0.45% | - |
| HSV(B) | 53.33º | 0.86% | 0.78% | - |
| XYZ | 40.57 | 45.42 | 7.79 | - |
| YUV | 169.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 29 | 0 | 0.09 | 0.86 | 0.22 | 53.33 | 0.75 | 0.45 |
| Hex | C8 | B5 | 1D | 0 | 9 | 56 | 16 | 35 | 4B | 2D |
| Octal | 310 | 265 | 35 | 0 | 11 | 126 | 26 | 65 | 113 | 55 |
| Binary | 11001000 | 10110101 | 11101 | 0 | 1001 | 1010110 | 10110 | 110101 | 1001011 | 101101 |
Color Harmonies of #C8B51D
Complementary color
Monochromatic Colors of #C8B51D
Black with #C8B51D
Text Example
Text Example
White with #C8B51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B51D; }
p { color: rgb(200,181,29); }
H1.HeaderClassName
{
color: #C8B51D;
}
.AnyTagClassName
{
color: #C8B51D;
}
</style>
background-color css
<style>
a { background-color: #C8B51D; }
a { background-color: rgb(200,181,29); }
div.DivClassName
{
background-color: #C8B51D;
}
.BgClassName
{
background-color: #C8B51D;
}
</style>
border-color css
<style>
span { border-color: #C8B51D; }
span { border-color: rgb(200,181,29); }
td.TdClassName
{
border-color: #C8B51D;
}
.TagClassName
{
border-color: #C8B51D;
}
</style>