Shades of Bird Flower #CFBC1B
Tints of Bird Flower #CFBC1B
RGB
CMYK
RGB Variations
Color information
#CFBC1B (or 0xCFBC1B) is known color: Bird Flower. HEX triplet: CF, BC and 1B. RGB value is (207,188,27). Sum of RGB (Red+Green+Blue) = 207+188+27=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC1B is #3043E4. Grayscale: #AFAFAF. Windows color (decimal): -3163109 or 1817807. OLE color: 1817807.
HSL color Cylindrical-coordinate representation of color #CFBC1B: hue angle of 53.67º 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 #CFBC1B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 27 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.19 |
| HSL | 53.67º | 0.77% | 0.46% | - |
| HSV(B) | 53.67º | 0.87% | 0.81% | - |
| XYZ | 43.91 | 49.31 | 8.24 | - |
| YUV | 175.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 27 | 0 | 0.09 | 0.87 | 0.19 | 53.67 | 0.77 | 0.46 |
| Hex | CF | BC | 1B | 0 | 9 | 57 | 13 | 36 | 4D | 2E |
| Octal | 317 | 274 | 33 | 0 | 11 | 127 | 23 | 66 | 115 | 56 |
| Binary | 11001111 | 10111100 | 11011 | 0 | 1001 | 1010111 | 10011 | 110110 | 1001101 | 101110 |
Color Harmonies of #CFBC1B
Complementary color
Monochromatic Colors of #CFBC1B
Black with #CFBC1B
Text Example
Text Example
White with #CFBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC1B; }
p { color: rgb(207,188,27); }
H1.HeaderClassName
{
color: #CFBC1B;
}
.AnyTagClassName
{
color: #CFBC1B;
}
</style>
background-color css
<style>
a { background-color: #CFBC1B; }
a { background-color: rgb(207,188,27); }
div.DivClassName
{
background-color: #CFBC1B;
}
.BgClassName
{
background-color: #CFBC1B;
}
</style>
border-color css
<style>
span { border-color: #CFBC1B; }
span { border-color: rgb(207,188,27); }
td.TdClassName
{
border-color: #CFBC1B;
}
.TagClassName
{
border-color: #CFBC1B;
}
</style>