Shades of Bird Flower #C8B71D
Tints of Bird Flower #C8B71D
RGB
CMYK
RGB Variations
Color information
#C8B71D (or 0xC8B71D) is known color: Bird Flower. HEX triplet: C8, B7 and 1D. RGB value is (200,183,29). Sum of RGB (Red+Green+Blue) = 200+183+29=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B71D is #3748E2. Grayscale: #ABABAB. Windows color (decimal): -3623139 or 1947592. OLE color: 1947592.
HSL color Cylindrical-coordinate representation of color #C8B71D: hue angle of 54.04º 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 #C8B71D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 29 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.22 |
| HSL | 54.04º | 0.75% | 0.45% | - |
| HSV(B) | 54.04º | 0.86% | 0.78% | - |
| XYZ | 40.97 | 46.24 | 7.93 | - |
| YUV | 170.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 29 | 0 | 0.08 | 0.86 | 0.22 | 54.04 | 0.75 | 0.45 |
| Hex | C8 | B7 | 1D | 0 | 8 | 56 | 16 | 36 | 4B | 2D |
| Octal | 310 | 267 | 35 | 0 | 10 | 126 | 26 | 66 | 113 | 55 |
| Binary | 11001000 | 10110111 | 11101 | 0 | 1000 | 1010110 | 10110 | 110110 | 1001011 | 101101 |
Color Harmonies of #C8B71D
Complementary color
Monochromatic Colors of #C8B71D
Black with #C8B71D
Text Example
Text Example
White with #C8B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B71D; }
p { color: rgb(200,183,29); }
H1.HeaderClassName
{
color: #C8B71D;
}
.AnyTagClassName
{
color: #C8B71D;
}
</style>
background-color css
<style>
a { background-color: #C8B71D; }
a { background-color: rgb(200,183,29); }
div.DivClassName
{
background-color: #C8B71D;
}
.BgClassName
{
background-color: #C8B71D;
}
</style>
border-color css
<style>
span { border-color: #C8B71D; }
span { border-color: rgb(200,183,29); }
td.TdClassName
{
border-color: #C8B71D;
}
.TagClassName
{
border-color: #C8B71D;
}
</style>