Shades of Bird Flower #CFBE1B
Tints of Bird Flower #CFBE1B
RGB
CMYK
RGB Variations
Color information
#CFBE1B (or 0xCFBE1B) is known color: Bird Flower. HEX triplet: CF, BE and 1B. RGB value is (207,190,27). Sum of RGB (Red+Green+Blue) = 207+190+27=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE1B is #3041E4. Grayscale: #B1B1B1. Windows color (decimal): -3162597 or 1818319. OLE color: 1818319.
HSL color Cylindrical-coordinate representation of color #CFBE1B: hue angle of 54.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFBE1B is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 27 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.19 |
| HSL | 54.33º | 0.77% | 0.46% | - |
| HSV(B) | 54.33º | 0.87% | 0.81% | - |
| XYZ | 44.34 | 50.17 | 8.38 | - |
| YUV | 176.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 27 | 0 | 0.08 | 0.87 | 0.19 | 54.33 | 0.77 | 0.46 |
| Hex | CF | BE | 1B | 0 | 8 | 57 | 13 | 36 | 4D | 2E |
| Octal | 317 | 276 | 33 | 0 | 10 | 127 | 23 | 66 | 115 | 56 |
| Binary | 11001111 | 10111110 | 11011 | 0 | 1000 | 1010111 | 10011 | 110110 | 1001101 | 101110 |
Color Harmonies of #CFBE1B
Complementary color
Monochromatic Colors of #CFBE1B
Black with #CFBE1B
Text Example
Text Example
White with #CFBE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE1B; }
p { color: rgb(207,190,27); }
H1.HeaderClassName
{
color: #CFBE1B;
}
.AnyTagClassName
{
color: #CFBE1B;
}
</style>
background-color css
<style>
a { background-color: #CFBE1B; }
a { background-color: rgb(207,190,27); }
div.DivClassName
{
background-color: #CFBE1B;
}
.BgClassName
{
background-color: #CFBE1B;
}
</style>
border-color css
<style>
span { border-color: #CFBE1B; }
span { border-color: rgb(207,190,27); }
td.TdClassName
{
border-color: #CFBE1B;
}
.TagClassName
{
border-color: #CFBE1B;
}
</style>