Shades of Bird Flower #C7BE1D
Tints of Bird Flower #C7BE1D
RGB
CMYK
RGB Variations
Color information
#C7BE1D (or 0xC7BE1D) is known color: Bird Flower. HEX triplet: C7, BE and 1D. RGB value is (199,190,29). Sum of RGB (Red+Green+Blue) = 199+190+29=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE1D is #3841E2. Grayscale: #AEAEAE. Windows color (decimal): -3686883 or 1949383. OLE color: 1949383.
HSL color Cylindrical-coordinate representation of color #C7BE1D: hue angle of 56.82º 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 #C7BE1D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.22 |
| HSL | 56.82º | 0.75% | 0.45% | - |
| HSV(B) | 56.82º | 0.85% | 0.78% | - |
| XYZ | 42.19 | 49.06 | 8.41 | - |
| YUV | 174.34 | 45.98 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 29 | 0 | 0.05 | 0.85 | 0.22 | 56.82 | 0.75 | 0.45 |
| Hex | C7 | BE | 1D | 0 | 5 | 55 | 16 | 39 | 4B | 2D |
| Octal | 307 | 276 | 35 | 0 | 5 | 125 | 26 | 71 | 113 | 55 |
| Binary | 11000111 | 10111110 | 11101 | 0 | 101 | 1010101 | 10110 | 111001 | 1001011 | 101101 |
Color Harmonies of #C7BE1D
Complementary color
Monochromatic Colors of #C7BE1D
Black with #C7BE1D
Text Example
Text Example
White with #C7BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE1D; }
p { color: rgb(199,190,29); }
H1.HeaderClassName
{
color: #C7BE1D;
}
.AnyTagClassName
{
color: #C7BE1D;
}
</style>
background-color css
<style>
a { background-color: #C7BE1D; }
a { background-color: rgb(199,190,29); }
div.DivClassName
{
background-color: #C7BE1D;
}
.BgClassName
{
background-color: #C7BE1D;
}
</style>
border-color css
<style>
span { border-color: #C7BE1D; }
span { border-color: rgb(199,190,29); }
td.TdClassName
{
border-color: #C7BE1D;
}
.TagClassName
{
border-color: #C7BE1D;
}
</style>