Shades of Bird Flower #C7B81D
Tints of Bird Flower #C7B81D
RGB
CMYK
RGB Variations
Color information
#C7B81D (or 0xC7B81D) is known color: Bird Flower. HEX triplet: C7, B8 and 1D. RGB value is (199,184,29). Sum of RGB (Red+Green+Blue) = 199+184+29=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B81D is #3847E2. Grayscale: #ABABAB. Windows color (decimal): -3688419 or 1947847. OLE color: 1947847.
HSL color Cylindrical-coordinate representation of color #C7B81D: hue angle of 54.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7B81D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 29 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.22 |
| HSL | 54.71º | 0.75% | 0.45% | - |
| HSV(B) | 54.71º | 0.85% | 0.78% | - |
| XYZ | 40.92 | 46.51 | 7.98 | - |
| YUV | 170.82 | 47.97 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 29 | 0 | 0.08 | 0.85 | 0.22 | 54.71 | 0.75 | 0.45 |
| Hex | C7 | B8 | 1D | 0 | 8 | 55 | 16 | 37 | 4B | 2D |
| Octal | 307 | 270 | 35 | 0 | 10 | 125 | 26 | 67 | 113 | 55 |
| Binary | 11000111 | 10111000 | 11101 | 0 | 1000 | 1010101 | 10110 | 110111 | 1001011 | 101101 |
Color Harmonies of #C7B81D
Complementary color
Monochromatic Colors of #C7B81D
Black with #C7B81D
Text Example
Text Example
White with #C7B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B81D; }
p { color: rgb(199,184,29); }
H1.HeaderClassName
{
color: #C7B81D;
}
.AnyTagClassName
{
color: #C7B81D;
}
</style>
background-color css
<style>
a { background-color: #C7B81D; }
a { background-color: rgb(199,184,29); }
div.DivClassName
{
background-color: #C7B81D;
}
.BgClassName
{
background-color: #C7B81D;
}
</style>
border-color css
<style>
span { border-color: #C7B81D; }
span { border-color: rgb(199,184,29); }
td.TdClassName
{
border-color: #C7B81D;
}
.TagClassName
{
border-color: #C7B81D;
}
</style>