Shades of Bird Flower #CFBC07
Tints of Bird Flower #CFBC07
RGB
CMYK
RGB Variations
Color information
#CFBC07 (or 0xCFBC07) is known color: Bird Flower. HEX triplet: CF, BC and 07. RGB value is (207,188,7). Sum of RGB (Red+Green+Blue) = 207+188+7=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC07 is #3043F8. Grayscale: #ADADAD. Windows color (decimal): -3163129 or 507087. OLE color: 507087.
HSL color Cylindrical-coordinate representation of color #CFBC07: hue angle of 54.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFBC07 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.19 |
| HSL | 54.3º | 0.93% | 0.42% | - |
| HSV(B) | 54.3º | 0.97% | 0.81% | - |
| XYZ | 43.75 | 49.25 | 7.4 | - |
| YUV | 173.05 | 34.29 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 7 | 0 | 0.09 | 0.97 | 0.19 | 54.3 | 0.93 | 0.42 |
| Hex | CF | BC | 7 | 0 | 9 | 61 | 13 | 36 | 5D | 2A |
| Octal | 317 | 274 | 7 | 0 | 11 | 141 | 23 | 66 | 135 | 52 |
| Binary | 11001111 | 10111100 | 111 | 0 | 1001 | 1100001 | 10011 | 110110 | 1011101 | 101010 |
Color Harmonies of #CFBC07
Complementary color
Monochromatic Colors of #CFBC07
Black with #CFBC07
Text Example
Text Example
White with #CFBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC07; }
p { color: rgb(207,188,7); }
H1.HeaderClassName
{
color: #CFBC07;
}
.AnyTagClassName
{
color: #CFBC07;
}
</style>
background-color css
<style>
a { background-color: #CFBC07; }
a { background-color: rgb(207,188,7); }
div.DivClassName
{
background-color: #CFBC07;
}
.BgClassName
{
background-color: #CFBC07;
}
</style>
border-color css
<style>
span { border-color: #CFBC07; }
span { border-color: rgb(207,188,7); }
td.TdClassName
{
border-color: #CFBC07;
}
.TagClassName
{
border-color: #CFBC07;
}
</style>