Shades of Bird Flower #CFBC00
Tints of Bird Flower #CFBC00
RGB
CMYK
RGB Variations
Color information
#CFBC00 (or 0xCFBC00) is known color: Bird Flower. HEX triplet: CF, BC and 00. RGB value is (207,188,0). Sum of RGB (Red+Green+Blue) = 207+188+0=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC00 is #3043FF. Grayscale: #ADADAD. Windows color (decimal): -3163136 or 48335. OLE color: 48335.
HSL color Cylindrical-coordinate representation of color #CFBC00: hue angle of 54.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFBC00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.19 |
| HSL | 54.49º | 1% | 0.41% | - |
| HSV(B) | 54.49º | 1% | 0.81% | - |
| XYZ | 43.72 | 49.23 | 7.2 | - |
| YUV | 172.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 0 | 0 | 0.09 | 1 | 0.19 | 54.49 | 1 | 0.41 |
| Hex | CF | BC | 0 | 0 | 9 | 64 | 13 | 36 | 64 | 29 |
| Octal | 317 | 274 | 0 | 0 | 11 | 144 | 23 | 66 | 144 | 51 |
| Binary | 11001111 | 10111100 | 0 | 0 | 1001 | 1100100 | 10011 | 110110 | 1100100 | 101001 |
Color Harmonies of #CFBC00
Complementary color
Monochromatic Colors of #CFBC00
Black with #CFBC00
Text Example
Text Example
White with #CFBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC00; }
p { color: rgb(207,188,0); }
H1.HeaderClassName
{
color: #CFBC00;
}
.AnyTagClassName
{
color: #CFBC00;
}
</style>
background-color css
<style>
a { background-color: #CFBC00; }
a { background-color: rgb(207,188,0); }
div.DivClassName
{
background-color: #CFBC00;
}
.BgClassName
{
background-color: #CFBC00;
}
</style>
border-color css
<style>
span { border-color: #CFBC00; }
span { border-color: rgb(207,188,0); }
td.TdClassName
{
border-color: #CFBC00;
}
.TagClassName
{
border-color: #CFBC00;
}
</style>